WhiskeySixx 10 Posted July 17, 2013 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
kylania 568 Posted July 17, 2013 Worked fine for me as written. Make sure super1 is a group though. Share this post Link to post Share on other sites
WhiskeySixx 10 Posted July 18, 2013 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