Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment Spatial warning that the weapon system is armed.
MSG file WEAPSYS.MSG
Transcript

procedure start;
procedure start
begin
        if (script_action == 2) then begin
                if (source_obj == dude_obj) then begin
                        if ((global_var(139) == 2) and global_var(140)) then begin
                                if (local_var(0) == 0) then begin
                                        if (is_success(do_check(dude_obj, 1, 0))) then begin
                                                display_msg(message_str(332, 100));
                                        end
                                end
                                set_local_var(0, 1);
                        end
                end
        end
end

Advertisement