[help]

Started by 0guyboom, December 05, 2018, 08:48:02 AM

Previous topic - Next topic

0guyboom

the only code running is this

:awake
   SetCreeperFlowRateRL(10)
   SetCreeperFlowRateUD(10)


:Destroyed
   SetCreeperFlowRateRL(0.8)
   SetCreeperFlowRateUD(0.8)

but them this happens

Builder17

Maximum safe for CreeperFlowRate is 1.2, higher than that does that.

Code here would do closer to correct.  :)

:awake
   SetCreeperFlowRateRL(1.2)
   SetCreeperFlowRateUD(1.2)


:Destroyed
   SetCreeperFlowRateRL(0.03)
   SetCreeperFlowRateUD(0.03)

0guyboom

cool i though it was 12 i misunderstood