U
Unregistered
Guest
When i run this map it runs fine until the duration in the trigger is up, then the game just crashes can anyone help?
Here is the Trigger:
Here is the Trigger:
Code:
gold1
Events
Time - Elapsed game time is 10.00 seconds
Conditions
(Player 1 (Red) slot status) Equal to Is playing
Actions
If ((Player 1 (Red) slot status) Equal to Is playing) then do
(Trigger - Run (This trigger) (checking conditions)) else do (Do nothing)
Game - Display to (All players) the text: You Have Received Y...
Player - Add Player1 to Player 1 (Red) Current gold
Trigger - Run (This trigger) (checking conditions)


