GearTypes: EndGame
authorWuzzy
Tue, 08 Mar 2016 06:55:21 +0000
changeset 778 edd98bc89d83
parent 777 1d4be3844d85
child 779 2d1e44c79b8e
GearTypes: EndGame
GearTypes.wiki
--- a/GearTypes.wiki	Tue Mar 08 04:31:30 2016 +0000
+++ b/GearTypes.wiki	Tue Mar 08 06:55:21 2016 +0000
@@ -497,7 +497,7 @@
 This gear is created to mark the beginning of the game. It will cause a ticker message to be displayed (“Let's fight!”) and sets some internal stuff.
 
 ==== `gtATFinishGame` ====
-This gear is created at the end of the game. The gear itself will fade out the screen and cause the game to be closed.
+This gear is created at the end of the game. The gear itself will fade out the screen and cause the game to be closed. Note: If you want to end the game early, we recommend to call the `EndGame` function instad of using this gear.
 
  * `Timer`: Fade-out countdown in milliseconds. Fade-out begins at 1000 and finishes at 0.