Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/SPECIAL/slot_10_leaveFastArea.txt

16 lines
431 B
Text

function special_leaveFastArea() /* entry=272 class_id=0x04CA slot=0x10 */
{
set_info(0x021C, *(arg_06));
process_exclude();
if (!Item.getQHi(arg_06)) {
if (Item.getMapArray(arg_06) == 2) {
spawn TRIGGER.slot_20(pid, (0x0080 + 0), *(arg_06), arg_06);
suspend;
}
if (Item.getNPCNum(arg_06) == 2) {
spawn TRIGGER.slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
suspend;
}
}
return;
}