- Joined
- Jul 11, 2013
- Messages
- 38
-
Legion Portal
-
Events
-
Player - Player 1 (Red) types a chat message containing Legion as An exact match
-
Time - Every (Random real number between 500.00 and 2000.00) seconds of game time
-
-
Conditions
-
Actions
-
Set VisionGroup = (All players)
-
Set LegionPoint = (Random point in Legion Boundries <gen>)
-
Unit - Create 1 Demon Gate for Neutral Hostile at LegionPoint facing Default building facing degrees
-
Custom script: call RemoveLocation(udg_LegionPoint)
-
Player Group - Pick every player in VisionGroup and do (Actions)
-
Loop - Actions
-
Unit - Grant shared vision of (Last created unit) to (Picked player)
-
-
-
Cinematic - Ping minimap for VisionGroup at (Position of (Last created unit)) for 50.00 seconds, using a Flashy ping of color (0.00%, 100.00%, 0.00%)
-
Custom script: call DestroyForce(udg_VisionGroup)
-
-
The problem is, while it spawns every time (Via the text event I'm using as a sort of force test.) It only pings and reveals its location, the first time, after the first spawning, those two functions won't work.
Its basically a mini event on the map that alerts everyone that it needs to be taken care of, as if left to sit for too long, the unit will build up mana and spawn a colossus to stomp around the map.
Feel free to yell at me for my obvious mistake! (Whatever it is -
