Script help

78043641

Well-Known Member
ok so i have a script the lets me place object like structures, now im trying to make them save on restart but they wont, in player_monitor i have this.

Code:
    // ###### BASE BUILDING 1.2 ###### ADD CODE1 START1
                if ((_object isKindOf "Static") && !(_object isKindOf "TentStorage")) then {
                    _pos set [2,0];
                    _object setpos _pos;
                    // Contour objects to ground
                };

but the objects still wont save, any help?
 
Back
Top