• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

% Problem

Status
Not open for further replies.
Level 10
Joined
Jan 21, 2007
Messages
576
Ok for percent chances in the trigger editor i usualy have a integar variable called dice, but im kinda stumped. Can you tell me how to get 15% chance?
 
Level 9
Joined
Jul 27, 2006
Messages
652
Pretty basic >.<
set dice = random number between 1 and 100
if dice is less than 15 then do actions.
 
Level 10
Joined
Jan 21, 2007
Messages
576
Haha i new i was overlooking something retardedly basic, the thought of equal to or less then never crossed my mind >.>.
 
Status
Not open for further replies.
Top