Warcraft III resources & community, 2003–2006 · archived

Need to stop rounding to integers in skill descriptions

6 posts
#1

Need to stop rounding to integers in skill descriptions

Using Raw Data imput instead of typing in the numbers manually i.e. <AHsx,DataA1> rounds to the nearest whole number in game. Is there a way to stop this? Iknow there is a way to change it to a percent instead of rounding to a whole number, but thats not quite what i need. More along the lines of 2.25 showing up stead of 2 and such.
Ty in advance for any help
#2
You could just manually type in the numbers...
#3
You coud try setting the value to "real" variable and working from there on.

Could you be more specific in what you want to do? I can then write you the trigger.
#4
...he isn't working on a Trigger, I guess...
but in the OBJECT-EDITOR!!!

... e.g.
when you edit your ability to do

  • 1dmg -Level 1
  • 2dmg -Level 2
  • ...and so om...


and you don't want to type it into your discription MANUALY, you can use these vars!!

but I'm sorry, I can't help either!
#5
<RAWCODE,DATA,.> should do the trick. Using ',.' will allow it to display float style, not integer format.
#6
Oh thnx chuckle thats exactly what i needed, thnx neway nexx im sure u can use this too :P