HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Quick Question(s):

02-24-2004, 02:51 AM#1
pappi.chullo
About JASS and headers

When using a JASS code, is it posibble to use multiple JASS codes? If so, how do you make the seperation?


:bangH: Hopefully, this isn't a noob question.

Also, having more than 5 hero abilities

When I mess with hero abilities with the Object Editor, how can you make it so that they can have more than 5 hero abilties?

:bangH::bangH: This sounds more noobish than the other one.

[edited]
02-24-2004, 03:07 AM#2
Shimrra
It isn't possible to have more then 5 Hero abilities that are learnable through normal means. It can be done through triggers. To it this way, I suggest you download one of the custom Hero systems available. I would suggest Remy's, personally. As for the Jass, I do not understand it, and thus can not help you.
02-24-2004, 03:26 AM#3
pappi.chullo
Hmm, thanks anyway, I mostly wanted to know about the 5 ability thing :infth:
02-24-2004, 03:30 AM#4
weaaddar
You can only have one jass file but you can have as much code in that jass file as you want. You don't really need to seperate (only for organazation sake which shouldn't be problem due to category and triggers you can use.)