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



Fallout Wiki
56,366Articles
Holiday Decor 2023.png
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 Spacial in the Library of the Buried Vault.
MSG file BVLIB.MSG
Transcript.png

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