Mapster Newbie Joined Feb 16, 2005 Messages 357 Reaction score 0 Jun 14, 2005 #1 How do i make it so that once you touch a spot it ends the game? i have tried it with the game_end entity and that didn't work with a trigger once block to activate it :O
How do i make it so that once you touch a spot it ends the game? i have tried it with the game_end entity and that didn't work with a trigger once block to activate it :O
Raeven0 Newbie Joined Jan 16, 2005 Messages 2,495 Reaction score 0 Jun 14, 2005 #2 Game_end works for multiplayer. For SP, use a point_clientcommand or point_servercommand, input Command, override disconnect.
Game_end works for multiplayer. For SP, use a point_clientcommand or point_servercommand, input Command, override disconnect.