Advertisement
Guest User

Untitled

a guest
Jun 18th, 2014
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Actor MaxHealthBonusNew : UpgradeStamina
  2. {
  3. Radius 12
  4. Height 16
  5. Inventory.Amount 1
  6. Inventory.MaxAmount 100
  7. +COUNTITEM
  8. +INVENTORY.ALWAYSPICKUP
  9. Inventory.PickupMessage "Picked up a max health bonus."
  10. inventory.pickupsound "items/pickup"
  11. States
  12. {
  13. Spawn:
  14. BON3 ABCDCB 6
  15. Loop
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement