Ok so thanks to curruptedwow i think i got a little closer with the code, even though he was being very mean at it lol but no worries. He finished the opposite of what i need.
What this code does is it teleports the attacker when having a certain weapon, i need it to teleport the person that gets attacked. Does anyone know how to switch this? Please and thanks everyone +Rep.Code:Usuckatcoding=(itemnumber)if(Plr->GetItemInterface()->GetItemCount(Usuckatcoding) >= 1){Plr->SafTeleport(coords);} else{ pCreature->SendChatMessage(CHAT_MSG_MONSTER_SAY, LANG_UNIVERSAL, "You suck at life, so you cant be teleported");}