0319
Revision as of 05:04, 20 January 2016 by Spaceeinstein (talk | contribs) (Created page with "{{OpCode | games = {{Icon|3}} {{Icon|VC}} | command = SET_CHAR_RUNNING | description = Sets the character's walk style to run | syntax1 = 0319: set_actor [''char...")
- Description
- Sets the character's walk style to run
- Syntax
- 0319: set_actor [char handle] running [int]
- Parameter
- [char handle]
- The handle of the character
- [int]
- 0 = default walk style, 1 = run walk style
Many actions that require the character to move to a location will make the character walk to its destination. This opcode allows the character to run to its destination instead. It does not seem to work on the player character. Legacy documentations had incorrectly described this opcode as setting the character's wander state.
Keywords
set, character, actor, run, running, sprint, sprinting