splatsh 10 Posted August 1, 2009 Ok, I got this revive to work now. And I am using default settings right now. So how can I get revive to work with one edited map with one player (me) And later I get my squad by script: _pos = position player; ////////////////////////////////////////////////////////////////////////////////////////////////////// // Create _group_3 _group_3 = createGroup _center_0; _this = _group_3 createUnit ["FR_OHara", _pos, [], 0, "FORM"]; _unit_5 = _this; _this setVehicleVarName "s2"; s2 = _unit_5; _this setUnitAbility 0.60000002; _this = _group_3 createUnit ["FR_Miles", _pos, [], 0, "FORM"]; _unit_6 = _this; _this setVehicleVarName "s3"; s3 = _unit_6; _this setUnitAbility 0.60000002; _this = _group_3 createUnit ["FR_Rodriguez", _pos, [], 0, "FORM"]; _unit_7 = _this; _this setVehicleVarName "s4"; s4 = _unit_7; _this setUnitAbility 0.60000002; [s2,s3,s4] join player; Now, how to setup "revive_init.sqf" and "description.ext" to get rivive function to work. Now it does not working with default settings. I need to get revive to working on singleplayer. And work with my team that is spawning later in game. How to? Share this post Link to post Share on other sites