Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment Use the rocks to go from the Glow Level 1 to Entrance
MSG file N/A
Transcript

procedure start;
procedure start
begin
        if ((script_action == 6) and (source_obj == dude_obj)) then begin
                load_map("Glowent.map", 2);
        end
end

Advertisement