Fallout Wiki
Advertisement
Fallout Wiki
Details
Type Decompiled script
SCRIPTS.LST comment Door to get out of the Children of the Cathedral
MSG file N/A
Transcript

procedure start;
procedure start
begin
        if (script_action == 6) then begin
                script_overrides;
                if (source_obj == dude_obj) then begin
                        reg_anim_func(2, dude_obj);
                        move_to(dude_obj, 19701, 0);
                end
        end
end

Advertisement