--[[ Script Name : ItemScripts/SpiritTotemoftheCockatrice.lua Script Purpose : Script Author : Neatz09 Script Date : 4/4/2020 Script Notes : --]] function used(Item, Player) CastSpell(Player, 5295, 1) end