• 🏆 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!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

[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