| 04-26-2008, 03:43 PM | #1 |
Healing Salve doesn't have anything in its order string field. How do I cast it with scripts/triggers? I know that Illusions have an integer representation (the order string is like "037357120"). Is it possible to test if Healing Salve work the same way? In that case, how do I do it? :) |
| 04-26-2008, 03:58 PM | #2 |
Order IDs. You need to use JASS. The order STRING is not "037357120"; order strings and IDs are different things. |
| 04-27-2008, 09:55 PM | #3 |
Just select the ability in GUI (Actions -> Units -> IssueOrderblahblah) and it should be under a list. Just convert that to JASS and theres your string. |
| 04-28-2008, 09:16 PM | #4 |
If all else fails, you can just create a Healing-Salve ability off of Rejuvenation. They have all the same data fields, healing salve is just defaultly set differently. On second thought, Rejuvenation may be healing salve's Order String :P But probably not. |
| 04-29-2008, 01:29 AM | #5 | |
Quote:
|
