PinkLed5 Refugee Feb 10, 2020 #1 In the following line of code, what does "respawndelay" represent? Is it the number of hours or days or something else? <spawn maxcount="1" respawndelay="3" time="Day" entitygroup="ZombiesAll" />
In the following line of code, what does "respawndelay" represent? Is it the number of hours or days or something else? <spawn maxcount="1" respawndelay="3" time="Day" entitygroup="ZombiesAll" />
Ti2xGr Refugee Feb 11, 2020 #3 Can you set the game days to something like ".5" equaling 2 times per day?
T Tin Refugee Feb 11, 2020 #4 Can you set the game days to something like ".5" equaling 2 times per day? Click to expand... Haven't tried in a17 or a18. A16 no you couldn't. You can however just make 2 entries. <spawn maxcount="1" respawndelay="1" time="Day" entitygroup="ZombiesAll" /> <spawn maxcount="1" respawndelay="1" time="Night" entitygroup="ZombiesAll" /> which is kind of the same.
Can you set the game days to something like ".5" equaling 2 times per day? Click to expand... Haven't tried in a17 or a18. A16 no you couldn't. You can however just make 2 entries. <spawn maxcount="1" respawndelay="1" time="Day" entitygroup="ZombiesAll" /> <spawn maxcount="1" respawndelay="1" time="Night" entitygroup="ZombiesAll" /> which is kind of the same.