SphereCommunity
t_crops timer issue - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: t_crops timer issue (/Thread-t-crops-timer-issue)



t_crops timer issue - Monty - 09-01-2013 10:43 PM

How i can set timer for crops?

This is not working.
MORE1 = Time in seconds before this item will grow to the next stage (this overrides the default server defined number)

I try this set into typedef t_crops @timer
Code:
IF <MORE1>
TIMER = <eval <more1>>
SERV.B Setting timer
ENDIF

I got message but timer is still default. (-+ 2000)

if i set into trigger TIMER = 10 then timer was still 2000. How i can fix it or set some different value?