This DECORATE seems to be crashing both ZDoom 96x and GZDoomSC_GetFloat: Bad numeric constant
"Powerup.Duration".
Script DECORATE, Line 11
Code: Select all
ACTOR PSpeed : PowerupGiver 15000
{
+AUTOACTIVATE
+FLOATBOB
+VISIBILITYPULSE
Inventory.PickupMessage "Speed!"
Inventory.MaxAmount 0
Powerup.Color Orange
Powerup.Duration 2000
Powerup.Type Speed
RenderStyle Translucent
States
{
Spawn:
PFST A -1 BRIGHT
}
}