Code: Select all
if not (event.prototype.type == "character") then return end
if event.corpses == nil then game.print("corpses nil") end
game.print(serpent.block(event))
Code: Select all
if not (event.prototype.type == "character") then return end
if event.corpses == nil then game.print("corpses nil") end
game.print(serpent.block(event))