ObjectTemplate.SetSpawnId: Difference between revisions

From Pilot_51's Wiki
Jump to navigation Jump to search
New page: == MDT description == Each spawn point must have its own unique ID number. These ID numbers cannot be reused. It is best to start from 0 and go up from there. If you have 30 different spaw...
 
(No difference)

Latest revision as of 23:23, 17 November 2008

MDT description

Each spawn point must have its own unique ID number. These ID numbers cannot be reused. It is best to start from 0 and go up from there. If you have 30 different spawn points in your map, you will need 30 different spawn id's (0-29). This is completely different from the SetGroup parameter.

Source and more details

Additional Description