Jump to content
Sign in to follow this  
mjpadilla

setwppos

Recommended Posts

I have a MP Mission where you parachute in, you go to the first and only defined WP. From there I need to run a script to set a new WP out random. I have them defined, but I cannot get it to work. I've tried using the "On Activation" on the WP and I've tried a trigger. The leader sits there as if there is nowhere to go.

I use:

grp1 setwppos getmarkerpos "AB"; grp1 commandmove nextwaypoint

I've also tried a wp.sqs file with:

class Item1

{

position[]={4875.910645,24.660000,11790.021484};

type="MOVE";

description="AB";

synchronizations[]={0};

class Effects

{

};

showWP="ALWAYS";

};

This still did not work.

PLEASE HELP ME!!!!

Share this post


Link to post
Share on other sites

Look at your thread at the OFP Editing center, I replied you there.

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  

×