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

Status
Not open for further replies.

desmonD

D

desmonD

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
 
how to pick up the caster of a spell in a periodic event type trigger? how to connect variables from 2 triggers?
 
  • 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
 
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.
Back
Top