Difference between revisions of "0245"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0245=2, %1d% %2d% | description = Sets an actors walkstyle. | p1 = Existing actor handle. | p2 = Walkstyle | game = GTA 3, …') |
|||
| Line 12: | Line 12: | ||
<source lang="scm">0245: set_actor $ACTOR_SMOKE walk_style_to "FATMAN"</source> | <source lang="scm">0245: set_actor $ACTOR_SMOKE walk_style_to "FATMAN"</source> | ||
| + | |||
| + | ==Walkstyles== | ||
| + | |||
| + | <source lang="scm"> | ||
| + | "man" | ||
| + | "shuffle" | ||
| + | "oldman" | ||
| + | "gang1" | ||
| + | "gang2" | ||
| + | "oldfatman" | ||
| + | "fatman" | ||
| + | "jogger" | ||
| + | "drunkman" | ||
| + | "blindman" | ||
| + | "swat" | ||
| + | "woman" | ||
| + | "shopping" | ||
| + | "busywoman" | ||
| + | "sexywoman" | ||
| + | "pro" | ||
| + | "oldwoman" | ||
| + | "fatwoman" | ||
| + | "jogwoman" | ||
| + | "oldfatwoman" | ||
| + | "skate" (unused) | ||
| + | </source> | ||
==Keywords== | ==Keywords== | ||
walkstyle, actor | walkstyle, actor | ||
| + | |||
| + | ==See also== | ||
| + | |||
| + | *[[Animgrp.dat]] | ||
Revision as of 09:22, 27 October 2010
{{{games}}}
- Description
- Sets an actors walkstyle.
- Syntax
- {{{syntax1}}}
- Parameter
This opcode sets an actors walkstyle.
Sanny Builder Example
0245: set_actor $ACTOR_SMOKE walk_style_to "FATMAN"Walkstyles
"man"
"shuffle"
"oldman"
"gang1"
"gang2"
"oldfatman"
"fatman"
"jogger"
"drunkman"
"blindman"
"swat"
"woman"
"shopping"
"busywoman"
"sexywoman"
"pro"
"oldwoman"
"fatwoman"
"jogwoman"
"oldfatwoman"
"skate" (unused)Keywords
walkstyle, actor