| 01-23-2008, 05:23 AM | #1 |
I've seen this on jasscraft, so I tried adding a buff to a unit, It was not added. So the question is, does buff really extend an ability or warcraft's engine doesn't allow buffs to get added? Another question, how can i use the type ability: JASS:local ability a = something // what are valid values that I can put on the variable? |
| 01-23-2008, 06:26 AM | #2 |
Both. Buffs use the same handle, but in a different way. They may be abilities as far as JASS is concerned, but they have different settings and so cannot be added. |
