| 01-21-2008, 03:35 PM | #1 |
Hey, i need help trying to undestand the scripting method used to put skills data on the tooltips for heros (i used to do this by hand, but now i have over 50 skills to describe and balance) so far what i know is that i need to write skill ID and Data Field ID, for example: Code:
Damage: <A000,DataA1> Im having problems with decimals, they just wont show. Also if i have a skill that has certain percent value in decimal notation (0.00 to 1.00) is it posible to make this number show as an integer? (0% to 100%) I been looking in tutorials section and i couldnt find anything so far, so ill write one down when i figure this out. Thanks |
| 01-21-2008, 04:58 PM | #2 |
<A000,DataA1%> iirc |
| 01-21-2008, 06:15 PM | #3 |
I think the games just not designed to show decimals. <A000,DataA1,%>% |
