Advertisement
Daedroth

Untitled

Dec 25th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Begin EquipSkip ; глобал
  2.  
  3. short PCSkipEquip
  4. short OnPcEquip
  5.  
  6. if ( PcSkipEquip == 0 )
  7. set PCSkipEquip to 1
  8. elseif ( OnPCEquip )
  9. messagebox "Вы не можете одеть этот предмет."
  10. endif
  11.  
  12. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement