Advertisement
Guest User

My retarded attempt at making a powerup thing

a guest
Jan 26th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. actor wrathgauntlet : powerupgiver
  2. {
  3. Inventory.pickupmessage "Gauntlet of wrath! Unleash fury with your sword!"
  4. inventory.pickupsound "powerups/bigpower"
  5. powerup.type doubledamage
  6. powerup.duration -30
  7. +AUTOACTIVATE
  8. states
  9. {
  10. spawn:
  11. GNLT A 6
  12. GNLT A 6 bright
  13. loop
  14. }
  15. }
  16.  
  17. actor powerdoubledamage : powerdamage
  18. {
  19. damagefactor "normal", 1
  20. Inventory.Icon "GNLTA0"
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement