OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting General => Topic started by: jeffddrowe on 29 Nov 2008, 03:54:26

Title: What program/script can i use to create waypoints in the middle of a mission
Post by: jeffddrowe on 29 Nov 2008, 03:54:26
Therse been plenty of times that i needed to add a waypoint in the middle of a mission so i can get other squads to move up/retreat. Is there a program i can download or a script i can use to create waypoints randomly during missions.


Now i know you can use Realtime editor but that only works for units u placed while using the REALTIMEEDITOR. I need a program to make waypoints for any units in the middle of a mission.

thanks
Title: Re: What program/script can i use to create waypoints in the middle of a mission
Post by: Ext3rmin4tor on 29 Nov 2008, 16:17:29
I don't know if there is a script which places waypoints randomly but I think you can create it using addWaipoint and deleteWaypoint commands plus the random function.
Title: Re: What program/script can i use to create waypoints in the middle of a mission
Post by: jeffddrowe on 30 Nov 2008, 02:27:26
Let me give you a example or two.

1. Lets say I call in some Cobra support and that chopper ends up getting shot down, id want to be able to have my squad do a "Join and Lead" or just simply put a move waypoint for the pilot/copilot to retreat to a safer loction.


Any possible ways to do this?


Also whats the addwaypoint thing?
Title: Re: What program/script can i use to create waypoints in the middle of a mission
Post by: Odin on 30 Nov 2008, 02:52:43
Heya, what about Dr EyeBalls Team Status Dialog? you can find it here http://www.ofpec.com/forum/index.php?topic=28994.msg197575#msg197575 (http://www.ofpec.com/forum/index.php?topic=28994.msg197575#msg197575)

Title: Re: What program/script can i use to create waypoints in the middle of a mission
Post by: jeffddrowe on 30 Nov 2008, 03:05:04
Hey Odin, That solved part of my problem, thanks alot man.