Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local NPC = Creature.GetByName("Towncryer")
- if (NPC:DistanceFromSelf() >= 3) then
- Self.UseItemFromGround(NPC:Position().x, NPC:Position().y, NPC:Position().z)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement