I tried using this language in prescripted_species_systems, within another system initializer:
spawn_system = { initializer = "sys_init_01" }
where sys_init_01 is defined later in the same file.
It crashes.
Just wondering whether there is a way to achieve this effect, or whether it's just something that can't be done.
Lucre
spawn_system = { initializer = "sys_init_01" }
where sys_init_01 is defined later in the same file.
It crashes.
Just wondering whether there is a way to achieve this effect, or whether it's just something that can't be done.
Lucre