Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.28 KB | None | 0 0
  1. function onStepIn(cid, item, position, fromPosition)
  2. local creature = Creature(cid)
  3.  
  4.  
  5.     if creature ~= nil then
  6.         if creature:isMonster() then
  7.             if creature:getName() == "Gaffir" then
  8.             creature:teleportTo(Position(33396, 32675, 4))
  9.             end
  10.         end
  11.  
  12.     end
  13.     return true
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement