List of Opcodes: Difference between revisions
→0x15e - WaitEffect: fixed typo Tags: Mobile edit Mobile web edit |
→0x160 - WaitExecuteLives: Added description for WaitExecuteLives (assistance from Sergey) Tags: Mobile edit Mobile web edit |
||
| Line 6,249: | Line 6,249: | ||
No parameters. | No parameters. | ||
=== 0x160 - WaitExecuteLives === | === 0x160 - WaitExecuteLives === | ||
Pauses the routine until the specified actor has finished its action (Move2Position, Slide2Position, etc.). After the actor finishes its action, the routine will resume. | |||
{| class="wikitable" | {| class="wikitable" | ||
| Line 6,262: | Line 6,262: | ||
|Entity | |Entity | ||
|actor_id | |actor_id | ||
| | |The actor that the routine will wait for. | ||
|} | |} | ||
=== 0x161 - WaitExecuteObject === | === 0x161 - WaitExecuteObject === | ||
<TO DO: Opcode description> | <TO DO: Opcode description> | ||