• 🏆 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!

How to Create item 1% chance to K.O.

Status
Not open for further replies.
Level 3
Joined
Aug 6, 2011
Messages
39
  • KO Chance
    • Events
      • Unit - A unit Is attacked
    • Conditions
      • ((Attacking unit) has an item of type Cheese) Equal to True
    • Actions
      • Set KOchance = (Random integer number between 1 and 100)
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • KOchance Equal to 1
        • Then - Actions
          • Unit - Kill (Attacked unit)
        • Else - Actions
"Chesee" Is the item, you have to create a variable as a integer, KOchance is that variable, obviously you can name it what you want. I believe this will work.
 
Status
Not open for further replies.
Top