# HG changeset patch # User Wuzzy # Date 1555508681 -3600 # Node ID 7b07726d12f38bd75d950a9a321fc18382147e67 # Parent b549350dca64bf6fe98a0fdf56e7661acd20408f LuaGameplay: LuaEvents diff -r b549350dca64 -r 7b07726d12f3 LuaGameplay.wiki --- a/LuaGameplay.wiki Wed Apr 17 14:36:14 2019 +0100 +++ b/LuaGameplay.wiki Wed Apr 17 14:44:41 2019 +0100 @@ -6,7 +6,7 @@ == `GameFlags` functions == -`GameFlags` are boolean settings of the game. See [LuaGlobals#GameFlags]. +`GameFlags` are boolean settings of the game. You should call these functions only in the `onGameInit` [LuaEvents event]. See [LuaGlobals#GameFlags]. === !ClearGameFlags() === Disables *all* !GameFlags.