| tutorial_start(tutorial_name, delay_ms[, auto_unlock[, allow_redisplay[, infinite_display]]]) |
|
| Parameters: |
| tutorial_name | | (string) name of the tutorial |
| delay_ms | | (integer) delay time, in ms |
| auto_unlock | | (boolean, optional) set to true to automatically unlock the tutorial if its locked, or false to do nothing if the tutorial is locked (defaults to false) |
| allow_redisplay | | (boolean, optional) set to true to allow a completed tutorial to play again, or false to do nothing if the tutorial is completed (defaults to false) |
| infinite_display | | (boolean, optional) set to true to force the tutorial to display indefinitely until it is told to hide, or false to hide after the set time (defaults to false) |
| |
| Returns: |
| none |
|
| Description: |
| Start a tutorial after a delay. |
| |
|
| back to index | SR3 Script Action Documentation Last updated: Tue, 09 Aug 2011 11:32:15 |