×
Create a new article
Write your page title here:
We currently have 54,069 articles on Fallout Wiki. Type your article name above or click on one of the titles below and start writing!



Fallout Wiki
54,069Articles
FO76 ui roleplay team.pngThis 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
Transcript.png

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