Jump to content
Sign in to follow this  
Alloy007p

Respawning AI (not working)

Recommended Posts

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? help.gif

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×