Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment Note in the freezer of the Glow.
MSG file FREEZER.MSG
Transcript

procedure start;
procedure start
begin
        if (script_action == 21) then begin
                script_overrides;
                display_msg(message_str(314, 100));
        end
        else begin
                if (script_action == 3) then begin
                        script_overrides;
                        display_msg(message_str(314, 101));
                end
        end
end

Advertisement