HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

SetStartLocPrio

02-27-2006, 04:26 PM#1
Synaxy-
This function is used in the config() part of the map script.

I'm wondering what SetStartLocPrio and SetStartLocPrioCount are used for.
02-27-2006, 08:56 PM#2
HatewarE
Those are for setting the players start location if there are random start locations in the map.
02-27-2006, 10:17 PM#3
Synaxy-
So why does the world editor generate that code if the starting location is defined...
02-27-2006, 10:37 PM#4
HatewarE
I said it's for random starting locations. Ofc the location is defined. But if there are random starting locations you just define the possible ones in the WE. While map initialization that function picks one of these locations for every PLAYING player (just like in melee games).