Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment The living quarters of the Esteemed scientists.
MSG file SCIROOM.MSG
Transcript

procedure start;
procedure start
begin
        if (script_action == 2) then begin
                if (obj_type(source_obj) == dude_obj) then begin
                        if (local_var(0) == 0) then begin
                                set_local_var(0, 1);
                                display_msg(message_str(303, 100));
                        end
                end
        end
end

Advertisement