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



Fallout Wiki
56,353Articles
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 Buried Vault Elevator. Level 3 --> Level 2 West
MSG file N/A
Transcript.png

procedure start;
procedure start
begin
        if (script_action == 6) then begin
                move_to(dude_obj, 23102, 1);
                script_overrides;
        end
end