HellToupee 0 Posted December 23, 2001 Is it possible to have a spawn point move during a game like if you capture an area of somthing and have it for only some units on the side. Share this post Link to post Share on other sites
amos m 0 Posted December 23, 2001 "Is it possible to have a respawn point move during a game..." Yes. Use some global variables for the co-ordinates of the respawn, then use a trigger to change the global variables when you want the respawn to move. The rest of the question I didn't quite understand. Use punctuation and grammar. Share this post Link to post Share on other sites
HellToupee 0 Posted December 24, 2001 I want the point to only spawn some of the side in that area is that possible and have the rest spawn at the previous position. Share this post Link to post Share on other sites
RED 0 Posted December 24, 2001 Although i haven't tried this you could put in a script : _spawnw = getmarkerpos "respawn_west" _spawnw setPos [getmarkerPos "nextspawn" select 0, getmarkerPos "nextspawn" select 1, getmarkerPos "nextspawn" select 2] you would setup the trigger that activates the script by having the trigger placed in the possition of the map you want the men to walk though to activate the script, then in the onativation put [] exec "respawn.sqs" and u have to place a marker called nextspawn i the place you want the spawn to move to. as i said i haven't tried this but it should work. RED Share this post Link to post Share on other sites
HellToupee 0 Posted December 25, 2001 Hey thx man ill give it a try. Share this post Link to post Share on other sites
HellToupee 0 Posted December 25, 2001 i found an easyer way to make moving respawn points and it seems to work great get my mission here http://www.geocities.com/helltoupee1/vallconfict.zip a link won't work so just copy and paste. Readme:Valley Conflict This is a west vs resistance map where the objective is to capture the other base while defending your one. There are points where once you capture them half your team 5members will spawn from and when you lose them you will no longer spawn from you can capture and lose them unlimited times. Each side has a helecopter that will respawn the west has a chinhook and the resistance has a blackhawk the west also has a kowai which won't respawn. The match will go for 15minutes which is enough to drive there and back in a tank twice.At the start the resistance will have 4 people in there foward spawn point and 6 at their base the west has all but one in their base at the start. any suggestions and improvements you can contact me at ICQ: 77475520 email and msn: newzealand81@hotmail. www.geocities.com/helltoupee1/index Made by #### Toupee (im not good at names) (Edited by HellToupee at 12:56 pm on Dec. 26, 2001) Share this post Link to post Share on other sites
HellToupee 0 Posted December 27, 2001 i fixed some errors with the resistance spawn point and done some more testing and it works real good if you download you will have to redownloaded same url. (Edited by HellToupee at 8:55 pm on Dec. 27, 2001) Share this post Link to post Share on other sites