surfer 42 Posted November 17, 2013 I wonder if it's possible to set the active soldier in your team as the highest ranking. This way if you switch between the soldiers in a SP game you are always the highest ranking and able to give orders. Who can put this short script together please? Thanks in advance, Surf Share this post Link to post Share on other sites
MulleDK19 21 Posted November 17, 2013 No ranking changes required. This will make the switched unit the leader of the group he switches to (Including if he switches to a unit in the same group he's already in). onTeamSwitch { group _to selectLeader _to }; Share this post Link to post Share on other sites
dr_strangepete 6 Posted November 17, 2013 for reference, an answer to the post title would use setRank: player setRank "COLONEL" Share this post Link to post Share on other sites
surfer 42 Posted November 17, 2013 (edited) Thanks already but I don't get it to work yet. Where do I have to put it to be able to switch inside my group and still be the leader? Edited November 17, 2013 by Surfer Share this post Link to post Share on other sites