Just found this one out:
When you have a specialpower that should not start off charged-up, make sure you add
Code:
Behavior = SpecialPowerCreate Whatever
End
to the object that has the power. Without this module, powers always seem to start off charged and ready to fire.
I'll also test what influence "SharedSyncedTimer = Yes" has on this.