- Joined
- Feb 3, 2009
- Messages
- 3,292
I have a Portal building which has a spell Set Portal, this spell should set the way gate destination to target point of spell casted and add 15 seconds expiration timer to the building. But it doesn't work.
The building has the Waygate ability.
The building has the Waygate ability.
-
Set Gate Portal
-
Events
- Unit - A unit Starts the effect of an ability
-
Conditions
- (Ability being cast) Equal to Set Portal
-
Actions
- Region - Center PortalLoc <gen> on (Target point of ability being cast)
- Neutral Building - Set (Triggering unit) destination to (Center of PortalLoc <gen>)
- Unit - Create 1 Bombard [ Warn Dummy] for (Owner of (Triggering unit)) at (Target point of ability being cast) facing Default building facing degrees
- Unit - Add a 30.00 second Generic expiration timer to (Last created unit)
- Unit - Add a 30.00 second Generic expiration timer to (Triggering unit)
-
Events