Advertisement
Guest User

Untitled

a guest
May 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. PlayerObject* targetGhost = asCreatureObject()->getPlayerObject(); // ghost is the target
  2.  
  3. if (ghost->isInBountyLockList(targetGhost->getObjectID()) || targetGhost->isInBountyLockList(ghost->getObjectID()))
  4. return true;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement