Krevitt, you do not need to use the name and tag fields on a NESS spawn point. You can use local variables.
See this from the "spawn__history" file:
// +++ Start Version 8.1.1//
// 2/1/04 - 5/28/04
//
//
// NESS now allows you to specify the spawn tag by adding a variable, named
// "NESS_TAG", on the spawn waypoint. If this variable exists, it will use
// it's value as the spawn tag instead of waypoint's tag.
//
// Always retrieve spawn tag and spawn name from the variables written on
// the the spawn instead of using GetTag() an GetName(). This is necessary
// to support use of the "NESS" and "NESS_TAG" variables.
I've been using these variables for some time now. Works just fine.
The advantage is that you can assign a spawn point a unique tag and search for it by tag. Very handy!
Modifié par henesua, 16 juillet 2012 - 05:17 .