2026-03-25 23:32:13 +01:00
|
|
|
function alarmbox_enterFastArea() /* entry=256 class_id=0x0477 slot=0x0F */
|
|
|
|
|
{
|
2026-03-26 00:37:17 +01:00
|
|
|
set_info(0x021B, *(arg_06));
|
|
|
|
|
process_exclude();
|
|
|
|
|
if (!World.getAlertActive()) {
|
2026-03-25 23:32:13 +01:00
|
|
|
return;
|
2026-03-26 00:37:17 +01:00
|
|
|
}
|
|
|
|
|
else if (Item.getFrame(arg_06) == 2) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
else if (Item.getFrame(arg_06) == 3) {
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
return;
|
2026-03-25 23:32:13 +01:00
|
|
|
}
|