Advertisement
Guest User

Untitled

a guest
Jun 14th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function onStepIn(cid, item, position, frompos)
  2. if getPlayerStorageValue(cid, 10001) == -1 then
  3. setPlayerStorageValue(cid, 10001, 1)
  4. doSendMagicEffect(getCreaturePosition(cid), 2)
  5. doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_ORANGE, "Ahhh, i absorbed power from this throne!")
  6. end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement