• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Math/Integer problem

Status
Not open for further replies.
Level 9
Joined
Aug 21, 2008
Messages
533
  • Actions
    • Set integer = 3
    • Set real[1] = (((Real((Random integer number between 9 and 11))) / 10.00) x (Real(integer)))
ignore the array at real
this should work.If i like to have more numbers after the comma:

  • Set real[1] = (((Real((Random integer number between 90 and 110))) / 100.00) x (Real(integer)))
Note= the integer willl be converted to a real cause a integer canr have numbers after the comma.
 
Status
Not open for further replies.
Top