| 03-01-2005, 05:06 PM | #1 |
Guest | What is the hard wired variable for the number of charge counters on a unit? By hard wired I mean the ones that the game uses, for example this is from potion of healing Code:
Heals <AIh1,DataA1> hit points when used. It is used to display the text to the player in game the level of the potion, what is the variable for charges left? |
| 03-01-2005, 05:33 PM | #2 |
If by hard wired, you mean hard coded, then you can't get the hard coded value for the charges left because it's not hard coded. |
| 03-01-2005, 07:08 PM | #3 |
Guest | THose aren't variables, and they are known as Dynamic tooltips. Some dynamic tooltips, even when changed, display the same information, which is a bug. For example, with the Feral Spirit ability, it sais "wolves have <spw1hp> life" (something to tha extent) and even when you change the wolve's Hit points, it still shows the original amount. The information for charges left, however, is not shown in the dynamic tooltip. |
| 03-01-2005, 07:33 PM | #4 |
to counter the bug, well, you must change these to real numbers. |
