keeperfx
keeperfx copied to clipboard
Gold piles shrink after triggering SET_OBJECT_CONFIGURATION
Steps to reproduce:
- Hold a large amount of money in your hand (say, 2000 gold or 8 pots)
- Drop it all on a single pile --> Notice it is big
- Wait 3 seconds --> See it shrink down

It's not on every map, but my testmap only. I presume caused by this script:
SET_TIMER(PLAYER2,TIMER2)
IF(PLAYER0,FLAG6 == 0)
IF(PLAYER2,TIMER2 > 60)
NEXT_COMMAND_REUSABLE
SET_OBJECT_CONFIGURATION(BARREL,AnimationID,952)
NEXT_COMMAND_REUSABLE
SET_OBJECT_CONFIGURATION(BARREL,LightIntensity,120)
NEXT_COMMAND_REUSABLE
SET_OBJECT_CONFIGURATION(BARREL,LightRadius,6)
NEXT_COMMAND_REUSABLE
SET_TIMER(PLAYER2,TIMER2)
NEXT_COMMAND_REUSABLE
SET_FLAG(PLAYER0,FLAG6,1)
ENDIF
ENDIF