• 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.

random integer

  1. Jamesbones

    A simple non-repeating random number for GUI users.

    Random Number Events Player - Player 1 (Red) skips a cinematic sequence Conditions Actions Set Random_Number = (Random integer number between 1 and 10) If (All Conditions are True) then do (Then Actions) else do (Else Actions) If - Conditions...
  2. bruunk

    [Solved] Difficulty understanding loop + random integers

    Hi, I want to make a simple drop system where every time a unit dies there is a small chance to get 1 of many items at random. The items will be non-recurring (only drop once per game). I don't want them to drop in a linear format, and I think that's what I'm having the most trouble...
Top