Open petrspelos opened 4 years ago
Spawning of entities is handled by the CreateEntityAtFirstArea function which iterates through existing entities and creates a new entity at the first ScriptArea it finds. This, however, will not work if the map doesn't have any.
CreateEntityAtFirstArea
ScriptArea
Summary
Spawning of entities is handled by the
CreateEntityAtFirstArea
function which iterates through existing entities and creates a new entity at the firstScriptArea
it finds. This, however, will not work if the map doesn't have any.