Jump to content
fawlty

addRespawnPosition

Recommended Posts

Is there a way to do this in a trigger without having to do it the way I have presented.

I'm looking for something like      forEach [p1,p2,p3];

 

[west, p1] call BIS_fnc_addRespawnPosition;

[west, p2] call BIS_fnc_addRespawnPosition;

[west, p3] call BIS_fnc_addRespawnPosition;

[west, p4] call BIS_fnc_addRespawnPosition;

[west, p5] call BIS_fnc_addRespawnPosition;

Share this post


Link to post
Share on other sites
{[west, _x] call BIS_fnc_addRespawnPosition} forEach [p1,p2,p3,p4,p5];

 

  • Thanks 1

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

×