![]() | This is the transcript of a script file, which runs certain tasks in the game upon execution. |
---|
Details | |
---|---|
Type | Decompiled script |
SCRIPTS.LST comment | Spacial in the Meeting room of Buried Vault (rat tunnel). |
MSG file | BVMEET.MSG |
procedure start;
procedure start
begin
if (script_action == 2) then begin
if (source_obj == dude_obj) then begin
if (local_var(0) == 0) then begin
set_local_var(0, 1);
if (is_success(do_check(dude_obj, 1, -2))) then begin
display_msg(message_str(149, 100));
end
end
end
end
end