Like to see a new js function
onSpawnMulti this function would trigger if spawner was placed as a multi example
onSpawnMulti( iused, npc, pc )
{
we can then spawn items and npcs inside this function.
}
{
we can then spawn items and npcs inside this function.
}
onSpawnItem(iused ,pc)
{
we can only spawn items with this function
}
{
we can only spawn items with this function
}
onSpawnNPC(npc,pc)
{
we can only use this to spawn npcs
}
{
we can only use this to spawn npcs
}
onSpawnContainer(iused,pc)
{
we can use this to do something with spawn containers only
}
{
we can use this to do something with spawn containers only
}
We also need to look at expanding spawners to beable to spawn house addons and multis.