Advertisement
Chronos_Ouroboros

Untitled

Feb 7th, 2015
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ACTOR IsChasingFast : Inventory
  2. {
  3. Inventory.MaxAmount 1
  4. +Undroppable -InvBar
  5. }
  6.  
  7. ACTOR IsChasingMed : Inventory
  8. {
  9. Inventory.MaxAmount 1
  10. +Undroppable -InvBar
  11. }
  12.  
  13. ACTOR IsChasingSlow : Inventory
  14. {
  15. Inventory.MaxAmount 1
  16. +Undroppable -InvBar
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement