Ok i found this code ont he forums but when i implant it on the item it dont work the item number is 70000 can anyone explain to me y the stone wont work?
function Revive( item, event, player)
if player:IsDead() then player:ResurrectPlayer();
else player:SendBroadcastMessage("You must be dead to use this."); end
end
RegisterItemGossipEvent(70000,1,"Revive")
Thats the code i just have no clue y its not working... i am a noob at this lua scripting![]()