actor HighJumpBoots : PowerupGiver 12929
{
inventory.pickupmessage "You've equipped the High Jump boots!"
inventory.maxamount 0
inventory.usesound "pickups/slowmo"
powerup.type "HighJump"
powerup.duration 1000000000000000000000000000000000000
translation "128:143=144:151"
+AUTOACTIVATE
+INVENTORY.FANCYPICKUPSOUND
states
{
Spawn:
JBOT A 4
loop
}
}
actor HighJumpBootsFix : PowerupGiver replaces HighJumpBoots 12929
{
inventory.pickupmessage "You've equipped the fixed High Jump boots!"
inventory.maxamount 0
inventory.usesound "pickups/slowmo"
powerup.type "HighJump"
powerup.duration 0x7FFFFFFF
translation "128:143=144:151"
+AUTOACTIVATE
+INVENTORY.FANCYPICKUPSOUND
states
{
Spawn:
JBOT A 4
loop
}
}