# HG changeset patch # User Wuzzy # Date 1457420121 0 # Node ID edd98bc89d83ddd7826ceaeacfde5f1dce1d70d0 # Parent 1d4be3844d852cce7718a2e7e6a07cc0f932ec97 GearTypes: EndGame diff -r 1d4be3844d85 -r edd98bc89d83 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.