Hi, I'm just wondering if I always have to remove locations in the same trigger like this
- Set tempLoc = (Position of unit)
- Special Effect - Create a special effect at tempLoc using Abilities\Spells\Human\MassTeleport\MassTeleportTarget.mdl
- Custom script: call RemoveLocation(udg_tempLoc)
- Set tempLoc = (Position of unit2)
- Unit - Move unit instantly to tempLoc
- Custom script: call RemoveLocation(udg_tempLoc)
- Set tempLoc = (Position of unit)
- Special Effect - Create a special effect at tempLoc using Abilities\Spells\Human\MassTeleport\MassTeleportTarget.mdl
- Set tempLoc = (Position of unit2)
- Unit - Move unit instantly to tempLoc
- Custom script: call RemoveLocation(udg_tempLoc)
Last edited: