Advertisement
Guest User

Untitled

a guest
Feb 16th, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.16 KB | None | 0 0
  1. local NPC = Creature.GetByName("Towncryer")
  2.  
  3. if (NPC:DistanceFromSelf() >= 3) then
  4.     Self.UseItemFromGround(NPC:Position().x, NPC:Position().y, NPC:Position().z)
  5. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement