[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GameMode"
Jump to navigation
Jump to search
Added a note about exceptions
imported>Qazaaq m (revert, the script runs in gamemode, so setting init back to 0 will cause it to run constantly) |
imported>QQuix (Added a note about exceptions) |
||
Line 1: | Line 1: | ||
Script within the gamemode block will be run every frame while the game is in non-menu mode. Most scripts will use this block type exclusively. '''This means that the block is run every fraction of a second; Non-menu mode meaning that you are not in a menu such as your inventory.''' | Script within the gamemode block will be run every frame while the game is in non-menu mode. Most scripts will use this block type exclusively. '''This means that the block is run every fraction of a second; Non-menu mode meaning that you are not in a menu such as your inventory.''' | ||
===Notes=== | |||
*The above statement is true, provided the script runs. Not all scripts run every frame, e.g, Quest scripts (see [[FQuestDelayTime]]) and scripts on references not loaded. | |||
'''Example:''' | '''Example:''' |