00D7
Revision as of 06:30, 27 January 2016 by Spaceeinstein (talk | contribs)
- Description
- Starts a new script
- Syntax
- 00D7: create_thread [label]
- Parameter
- [label]
- The position in the script it will go to, usually identified by a label
This opcode starts a new script and begins an execution from the label. It works similar to 004F except that it has only one parameter, without extra ones. In GTA III and Vice City, scripts started with this opcode behave like missions and can use opcode 00D8 within the script; it does not work in San Andreas.
Keywords
create, start, thread, script, launch, mission
See also
- Create a script
- Create a mission
- 004F, starts a new script with parameters
- 0417, launches a mission
- 0A92, starts a new CLEO script