cj 1 Posted June 9, 2007 I was wondering how can I use the radio to Hire Soldiers into my squad? Ie. Setting a trigger to Radio Alpha that adds an AI member to my squad that spawns at base. I made an attempt at doing it but really screwed up! Cheers! Share this post Link to post Share on other sites
crashdome 3 Posted June 9, 2007 Put this in the activation line: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">"SoldierWB" createUnit [getMarkerPos "Respawn_West", group player] Share this post Link to post Share on other sites
cj 1 Posted June 9, 2007 Thank you! That was EXACTLY what I was looking for Share this post Link to post Share on other sites
cj 1 Posted June 9, 2007 Crap, just discovered a problem on multiplayer, when somebody else hires a soldier it also gives me one, aswell as giving him one, so I get bundled with hundreds of soldiers I don't want! How can I fix this? Share this post Link to post Share on other sites
mr.peanut 1 Posted June 9, 2007 That should not happen if the code is in a radio trigger, because AFAIK the trigger should only fire on the machine of the player who activated it. Share this post Link to post Share on other sites
cj 1 Posted June 9, 2007 Well it is set to Radio Juliet and I wrote exactly what he told me to write in the init so i'm sure it's not me Share this post Link to post Share on other sites
fasad 1 Posted June 10, 2007 I'm pretty sure when one player activates a radio trigger, it activates on all clients. Share this post Link to post Share on other sites