Jump to content
Sign in to follow this  
WhiskeySixx

Scripting Syntax changes, add and set waypoints

Recommended Posts

Hey everyone,

I am by no means a professional scripter nor coder..

I used to make alot of Arma2 missions in my free time with the occasional script here and there for optimization and dynamics. I started making missions again in Arma3 using the editor as much as possible without scripting but some processes just need a script. Here is an example of what I used to use in arma2 for a waypoint.

wp0= super1 addWaypoint [blutrigger,1]; wp0 setWaypointType "Move"

just a real basic add and set script.. works great in Arma2, I use the same script in A3 and it asks for 3 missing elements or something else... and example or help would be appreciated to help me understand a little better.

Share this post


Link to post
Share on other sites

Worked fine for me as written. Make sure super1 is a group though.

Share this post


Link to post
Share on other sites

Yeah I found what I had done. I was trying to set the position with a group and not a Units name... Haha bit rusty but I figured it out.

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  

×