← Previous | Next →
setWalk
Description
Sets the NPC's walking style to the specified animation set.
| Name |
Type |
Possibilities |
| setWalk |
behaviour |
1 |
Parameters
| # |
Name |
Type |
Mandatory |
Description |
Multiple |
| 1 |
walk |
string |
Yes |
The walking style to apply to the NPC. This should be the name of an animation set (e.g., 'move_f@scared'). |
No |
Outputs
| # |
Description |
| 1 |
The NPC's walking style was successfully set. |
Example
NPC
name Walker
model a_m_m_business_01
position -1020.72 4839.78 258.30 0.0
interaction
nothing
behaviour
setWalk move_f@scared