• It's time to dig through Hive's model database and dust off some oldie but goldie models and enter Hive's Texturing Contest #31 : Repurposing! Click here to enter!
  • 🏆 Hive's 5th HD Modeling Contest: Creep Camp is now open! Click here to enter!

[Trigger] Help Please, (Unit Cause damage, Action)

Level 4
Joined
Dec 8, 2007
Messages
86
  • Streba
    • Events
      • Unit - A unit Begins casting an ability
    • Conditions
    • Actions
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Ability being cast) Equal to Streba
        • Then - Actions
          • Unit - Move (Casting unit) instantly to (Position of (Target unit of ability being cast))
          • Unit - Order (Casting unit) to Attack (Target unit of ability being cast)
          • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing 150.00 damage of attack type Spells and damage type Normal
        • Else - Actions
I want the Last to be something like
  • this
    • Events
    • Conditions
    • Actions
      • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing (150.00 x 1.00) damage of attack type Spells and damage type Normal
Except i want it to be:
  • this
    • Events
    • Conditions
    • Actions
      • Unit - Cause (Casting unit) to damage (Target unit of ability being cast), dealing (150.00 x Level of Ability) damage of attack type Spells and damage type Normal
Now, i do not know how to... Please help me!
 
Top