Jump to content
gadjr114

Format Question

Recommended Posts

 

 

player getVariable["foxin_foundDocs", false]

 

If I were to want to make the code line above function for ANY player in GroupX, what would I replace "PLAYER" with?

 

Thanks

Share this post


Link to post
Share on other sites

maybe:

(group player) getVariable["foxin_foundDocs", false];

Share this post


Link to post
Share on other sites

 

maybe:

(group player) getVariable["foxin_foundDocs", false];

Doesn't seem to work.  I am trying to make it to where any player on the MP mission I am making can activate the code above by performing that action.  Whether is any player in my group (FT1) or any playable unit, doesn't matter to me.

 

If I have it simply as "player", it only works if I do it myself.  If any other player does it, it doesn't complete the task.

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

×