![]() | This is the transcript of a script file, which runs certain tasks in the game upon execution. |
---|
Details | |
---|---|
Type | Decompiled script |
SCRIPTS.LST comment | the artifact the Brotherhood sends you to find. |
MSG file | ARTIFACT.MSG |
procedure start;
procedure start
begin
if ((script_action == 21) or (script_action == 3)) then begin
script_overrides;
if (global_var(108) != 0) then begin
display_msg(message_str(333, 100));
end
else begin
display_msg(message_str(333, 106));
end
end
else begin
if (script_action == 6) then begin
script_overrides;
if (local_var(0) == 1) then begin
display_msg(message_str(333, 101));
end
else begin
set_local_var(0, 1);
display_msg(message_str(333, 102));
set_global_var(161, 1);
display_msg(message_str(766, 103) + "100" + message_str(766, 104));
give_exp_points(100);
end
end
end
end