package script.city; import script.obj_id; public class city_spawner extends script.base_script { public city_spawner() { } public int OnInitialize(obj_id self) throws InterruptedException { return SCRIPT_CONTINUE; } }