Blockland Forums > General Discussion
How do you revive people?
chubaka452:
How can you revive people in a slayer mini game?
Pecon:
There is no action for this built into the minigame system or slayer.
Wispfire:
Chubaka, again, please actually use the search button up top for these sort of questions.
--- Quote from: Pecon on September 30, 2013, 04:01:24 PM ---There is no action for this built into the minigame system or slayer.
--- End quote ---
Besides a minigame reset.
chubaka452:
--- Quote from: Wispfire on September 30, 2013, 04:04:21 PM ---Chubaka, again, please actually use the search button up top for these sort of questions.
Besides a minigame reset.
--- End quote ---
sorry :P you try finding something you actually want on the search button
Crøwn:
You can use
--- Code: ---%player.spawnPlayer();
%player.addLives(1);
%player.setDead(0);
%player.spawnPlayer();
--- End code ---