Hi folks,
does anyone know how i can change the time for herbal gardens? The growth time is set to 3. This means that a herbal garaden is finished after 9hrs.
But can i change it to 4hrs, without set the time cycle to 1.5?
In console it show the following:
GreenhouseEvent::process(), action=1, mode=2, itemTypeID=713, timeLeftSec=16195
So i've added (for testing) the following code in the main.cs $GreenhouseEvent::timeLeftSec=16195;
but this doesn't work. Can anyone help me out here please?
Edit:
$HerbalGarden::timeLeftSec = x; doesn't work. But it should i think...