Soul Stealer deprecated


Mod that adds RPG element: absorb the souls of killed victims.

Tweaks
4 years ago
0.17
4

g Bug report

4 years ago

Mod has a big mistake in it. Commands can't be loaded twice.

Do something like:

--Custom commands
script.on_load(
function()
--Only add if no commands yet
if (not commands.commands.server_interface) then

New response