- Joined
- Jan 3, 2010
- Messages
- 359
i've created this trigger:
-
Events
-
Every 0.50 seconds of game-time
-
-
Conditions
-
Actions
-
set point = Position of (hero)
-
set rect = rect centered at (point) width 2000 height 2000
-
Camera - set camera bound for (player 1) to (rect)
-
Custom Script - call RemoveLocation(udg_point)
-
Custom Script - call RemoveRect(udg_rect)
-