byond - Modules - TypesVar Details - Proc Details

spawner

Vars

maxamountMax amount of
spawnamountAmount of types to spawn for each squad created
spawndelayDelay between squad spawns, dont set this to below SSspawning wait
spawntypestypepath or list of typepaths for the spawner to pick from
use_postspawnWhether we want to use the postspawn proc on the mobs created by the Spawner

Procs

postspawnThis proc runs on the created mobs if use_postspawn is enabled, use this to equip humans and such

Var Details

maxamount

Max amount of

spawnamount

Amount of types to spawn for each squad created

spawndelay

Delay between squad spawns, dont set this to below SSspawning wait

spawntypes

typepath or list of typepaths for the spawner to pick from

use_postspawn

Whether we want to use the postspawn proc on the mobs created by the Spawner

Proc Details

postspawn

This proc runs on the created mobs if use_postspawn is enabled, use this to equip humans and such