![]() | This is the transcript of a script file, which runs certain tasks in the game upon execution. |
---|
Details | |
---|---|
Type | Decompiled script |
SCRIPTS.LST comment | Open this Airlock |
MSG file | AIRLOCK.MSG |
procedure start;
procedure start
begin
if (script_action == 2) then begin
if (source_obj == dude_obj) then begin
if (local_var(0) != 1) then begin
if (get_critter_stat(dude_obj, 4) > 8) then begin
display_msg(message_str(60, 100));
end
set_local_var(0, 1);
end
end
end
end