Blockland Forums > Modification Help
Dynamically customizing respawn time
Ephialtes:
I guess if nobody comes up with anything else you could go with a combination of that and your original idea. Then you have the correct countdown and no respawn ability still.
Destiny/Zack0Wack0:
I think the only way is to make it yourself. You'll need to schedule a variable when someone dies and then package Observer::onTrigger to refuse to let them spawn while the schedule exists.
Space Guy:
Both together may work: Set minigame.respawnTime on death to give them the countdown right and when they try to respawn to block it.
Mr. Wallet:
That seems like the easiest thing to do, Space; I'll go with that. Thanks everyone.