- Joined
- Aug 14, 2006
- Messages
- 7,602
Hey.
How to make this thing follow the paladin without making it to leak?
How to make this thing follow the paladin without making it to leak?
-
Actions
- Set TempLoc = EPIC_POINT1
- Custom script: call RemoveLocation(udg_EPIC_POINT1)
- Set TempLoc2 = (Position of Paladin 0002 <gen>)
- Set TempReal = (Angle from TempLoc to TempLoc2)
- Set EPIC_POINT1 = (TempLoc offset by 100.00 towards TempReal degrees)
- Special Effect - Create a special effect at EPIC_POINT1 using Abilities\Spells\Human\ThunderClap\ThunderClapCaster.mdl
- Special Effect - Destroy (Last created special effect)
- Custom script: call RemoveLocation(udg_TempLoc)
- Custom script: call RemoveLocation(udg_TempLoc2)