Difference between revisions of "03A4"
Jump to navigation
Jump to search
(page updates) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|t}} '''SCRIPT_NAME''' |
− | | | + | <hr /> |
− | + | '''Description''' | |
− | + | : Names the [[thread|script]] | |
− | + | '''Syntax''' | |
− | + | : 03A4: name_thread '[''string'']' | |
− | + | : thread '[''string'']' | |
+ | '''Parameter''' | ||
+ | : [''string''] | ||
+ | :: 7-character string | ||
− | ==Keywords== | + | This opcode names the current [[thread|script]]. Any upper case letters (A-Z) are converted to lower case by the game internally. By default, any new script is named ''noname'' but this opcode can change that. Opcode [[0459]] can be used to end scripts with this given name. |
+ | |||
+ | == Keywords == | ||
thread, script, name | thread, script, name | ||
+ | |||
+ | [[Category:OpCodes]] |
Revision as of 06:31, 22 July 2015
Description
- Names the script
Syntax
- 03A4: name_thread '[string]'
- thread '[string]'
Parameter
- [string]
- 7-character string
This opcode names the current script. Any upper case letters (A-Z) are converted to lower case by the game internally. By default, any new script is named noname but this opcode can change that. Opcode 0459 can be used to end scripts with this given name.
Keywords
thread, script, name