Crusader_Decomp/USECODE/EUSECODE_extracted/pseudocode/ALARMBOX/slot_0A_equip.txt

31 lines
738 B
Text

function alarmbox_equip() /* entry=256 class_id=0x0477 slot=0x0A */
{
var
referent, /* [BP+00h] type=0x69 */
var, /* [BP+0Ah] type=0x69 */
a; /* [BP-02h] type=0x69 */
set_info(0x0211, *(arg_06));
process_exclude();
if (!var) {
if (World.getAlertActive()) {
spawn FREE.slot_3B(0x00000000);
}
a = Item.getStatus(arg_06);
if ((a & 4) == 0) {
if (Item.getMapArray(arg_06) == 0) {
spawn TRIGGER.slot_20(pid, 0, *(arg_06), arg_06);
suspend;
}
}
return;
}
else if (!World.getAlertActive()) {
spawn FREE.slot_3C(0x00000000);
if (Item.getMapArray(arg_06) == 0) {
spawn TRIGGER.slot_20(pid, 1, *(arg_06), arg_06);
suspend;
}
}
return;
}