| 11-20-2008, 08:25 AM | #1 |
Ok, in standard melee abilities. Certain fields such as damage cooldown, etc.. can be displayed in the abilities tooltip. Now I need to ask, is it possible to display the values of and Integer Variable in an abilities tooltip. As in an Integer Variable in the Trigger Editor. |
| 11-20-2008, 08:56 AM | #2 |
I don't think that is possible. |
| 11-20-2008, 09:03 AM | #3 |
Damage, cooldown, duration etc are displayed with reference to an abilitie and his row. So if your integer is not in an abilitie's paramaters, you can't refer to it, and you don't think that you can refer to an abilitie's paramater in a trigger so... ^^ |
| 11-22-2008, 08:18 PM | #4 |
There is no way to reference global variables in an ability tooltip. The best you can do is make many copies of the ability with each of the possible tooltips and then change the ability for the unit depending on what the variable is. |
