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

16 lines
431 B
Text
Raw Normal View History

2026-03-25 23:32:36 +01:00
function special_leaveFastArea() /* entry=272 class_id=0x04CA slot=0x10 */
{
2026-03-26 00:37:17 +01:00
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);
2026-03-26 00:37:17 +01:00
suspend;
}
if (Item.getNPCNum(arg_06) == 2) {
spawn TRIGGER.slot_20(pid, (0x0080 + 1), *(arg_06), arg_06);
2026-03-26 00:37:17 +01:00
suspend;
}
}
return;
2026-03-25 23:32:36 +01:00
}