Alloy007p 0 Posted March 23, 2008 Script http://www.armaholic.com/page.php?id=1086 Im trying to use the UPS respawning non-playable script and its not working. Im useing the example mission which (which works fine) and I am trying to make an independent soldier respawn. This is what I put in the Inti line of the independent. <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> s = [this,"west_A_SP1",1, "marker_2", 1] execVM "scripts/Respawn_AI_foot.sqf"; null=this,"marker_2"] I also tried this <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> alpha= group this; s = [this,"west_A_SP1",1, "marker_2", 1] execVM "scripts/Respawn_AI_foot.sqf"; null=this,"marker_2"] I also made sure I have a marker named guerilla_respawn SO...what can I do to get this right? Share this post Link to post Share on other sites
loki 1 Posted May 8, 2008 greetings, did you also create the "west_A_SP1" and "marker_2" markers as well? Share this post Link to post Share on other sites