Advertisement
Daedroth

Untitled

Jan 10th, 2014
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. set OnPcEquip to 0
  11. endif
  12.  
  13. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement