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

How to make a periodic trigger remember the casting unit? (MUI)

Status
Not open for further replies.
Level 2
Joined
Jun 27, 2011
Messages
7
i'm making a spell wich the caster would dash to the target point but with a trigger that move him X units away every 0.04 seconds of game the problem is putting the caster in the trigger... i got a trigger to activate the moving trigger but can't put the caster in the moving trigger plz help me
 
Level 2
Joined
Jun 27, 2011
Messages
7
how to pick up the caster of a spell in a periodic event type trigger? how to connect variables from 2 triggers?
 
Level 7
Joined
Dec 29, 2008
Messages
252
  • Untitled Trigger 001
    • Events
      • Unit - A unit Finishes casting an ability
    • Conditions
      • (Ability being cast) Equal to Derp
    • Actions
      • Set Castingunit = (Triggering unit)
      • -------- This sets the casting unit. Just use the variable for the unit in the other trigger. --------
simple as 123
 
Level 2
Joined
Jun 27, 2011
Messages
7
what if i have an third trigger like when the unit arrives the target point it does something the variables in the first trigger will still work here?
 
Status
Not open for further replies.
Top