Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/SLIDEFLR/slot_13_avatarStoleSomething.txt
2026-03-25 23:32:36 +01:00

27 lines
561 B
Text

function slideflr_avatarStoleSomething() /* entry=279 class_id=0x04D5 slot=0x13 */
{
entry:
set_info(0x022E, *(arg_06));
process_exclude();
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_01ED:
if (Item.getFrame(arg_06) != 9) goto block_0242;
block_0202:
spawn class_0A0C_slot_32(pid, 4, 0x00000000);
suspend;
goto block_01ED;
block_0242:
if Item.touch(81, arg_06) goto block_0279;
block_0253:
spawn class_0A0C_slot_32(pid, 2, 0x00000000);
suspend;
goto block_0242;
block_0279:
return;
}