- Opcode: 0x032
- Short name: RANIMEKEEP
- Long name: Resume script, Animate, keep last frame
Argument
Model Animation ID
Stack
none
Description
Play an animation, then freeze the model on the last frame of the animation. The “R” (resume) variant of ANIMEKEEP: keep-last-frame mode (execution_flags bit 0x80, entity+352) but returns 3 immediately without waiting, so the script keeps running.
PC handler: SCRIPT_RANIMEKEEP.
Function addresses
| Function | Address | Description |
|---|---|---|
SCRIPT_RANIMEKEEP | 0x526910 | Field script opcode handler (verified IDA function) |