Posted 14 years ago2010-07-08 14:02:24 UTCPost #282824
He's not talking about football, there are other definitions to the word goal.
As for mikeys question: Use this entity: game_end. The game_end entity ends the map once triggered and returns the player to the title screen, or in other mods like svencoop, ns and cs it switches the map.
Posted 14 years ago2010-07-08 14:06:20 UTCPost #282825
To end a game and return to the main menu, use the trigger_end_section entity. Possible section values are:
_oem_end_training - takes the player back to the main menu _oem_end_logo - same as above _oem_end_demo - This was used in the demo. Same as above, but also attempts to open 'media/order/default.hml'.
Posted 14 years ago2010-07-08 14:17:28 UTCPost #282828
Well I don't know. game_end does the same thing and ends the game. You probably had an error. It is quite dodgy for me I have to admit, sometimes it doesn't work.