- Reaction score
- 714
As far as I know, I have mentioned the types of the variables I am going to use in the trigger, before the actual trigger.
Also, an update is coming soon.
Also, an update is coming soon.
Divine Shield
Events
Unit - A unit Is attacked
Conditions
(Unit-type of (Triggering unit)) Equal to Paladin
Actions
Unit - Order (Triggering unit) to Human Paladin - Activate Divine Shield
Set tmpPoint = (Center of regionArray[(Custom value of (Triggering unit))])
Unit - Order (Triggering unit) to Move To tmpPoint
Custom script: call RemoveLocation( udg_tmpPoint )