Heey question on the damage detection system

najrasaam

New Member
Reaction score
0
Heey question on the damage detection system

it displays the damage done in 5 digits or more like : (89.213)
I just want 89. nothing more. How to make this?

i just want 2 or more digits but nothing behind the dot.

tnx in advance
 

Sartan

New Member
Reaction score
23
integer can only show whole numbers,
so if it is 58.847 or 45.5445564664654
it will show up 58 and 45.
wc3 always round numbers down
 

Komaqtion

You can change this now in User CP.
Reaction score
469
lol i think i found it...

convert real to formatted string...

;)

No, not formatted string !

If you need to use a "Real" variable, the best way is to first convert it to an integer, and in the same line convert it back to a real :D
Like this:
Trigger:
  • Set TempReal = (Real((Integer(89.21))))


That uses first, "Conversion - Convert Integer To Real" and then also "Conversion - Convert Real To Integer" :D
 

najrasaam

New Member
Reaction score
0
No, not formatted string !

Just simply "Conversion - Convert Integer To Real" ;)



i cant do that.. my variable is a real and i want to create a floating text..

i can only chose convert real to string or real to formated string or integer to string or something..

u want a screenshot :p ??
 

Ghan

Administrator - Servers are fun
Staff member
Reaction score
896
This should work:

String(Integer(SomeVariable))
 

najrasaam

New Member
Reaction score
0
This should work:

String(Integer(SomeVariable))

how to do that?

create floating message that reads (message) at....

i click on message..

i get or variable.. (cant chose one)
or function

or value...

where to add this text?
 
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top