![]() | 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 Library of the Buried Vault. |
MSG file | BVLIB.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, 4, 0))) then begin
display_msg(message_str(147, 100));
end
if (is_success(do_check(dude_obj, 1, has_trait(0, dude_obj, 0)))) then begin
display_msg(message_str(147, 101));
end
end
end
end
end