Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment The water pump from the Glow
MSG file GLOWPUMP.MSG
Transcript

procedure start;
procedure start
begin
        if (script_action == 21) then begin
                script_overrides;
                display_msg(message_str(302, 100));
        end
        else begin
                if (script_action == 3) then begin
                        script_overrides;
                        display_msg(message_str(302, 101));
                end
                else begin
                        if (script_action == 8) then begin
                                if (action_being_used == 13) then begin
                                        script_overrides;
                                        display_msg(message_str(302, 102));
                                end
                        end
                end
        end
end

Advertisement