Advertisement
RoksasNunes

Step

Apr 15th, 2013
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.12 KB | None | 0 0
  1. function onStepIn(cid, item, pos)
  2.     if isPlayer(cid) then
  3.         doAddCondition(cid, CONDITION_INFIGHT)
  4.     end
  5.         return true
  6.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement