Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Init field on object
- this addAction ["Test", {[this] execVM "set_respawn_point.sqf"}]
- //set_respawn_point.sqf
- _caller = _this select 0;
- _position = getPos _caller;
- "respawn_west" setMarkerPos _position;
- perm_resupply setPos _position;
- hint "Respawn point set";
Advertisement
Add Comment
Please, Sign In to add comment