You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LSL scripts don't receive link messages they send, so the HARVEST command is never received. I'm not sure if some other script needs to hear this link message, so I left it in, but added doHarvest() underneath it.
The text was updated successfully, but these errors were encountered:
Its a bit more than that.. it doesn't receive the STATUS changes either, so that routine doesn't fire. I've now added a check after refresh() in the timer event to test if ripe and autoHarvest then doHarvest also changed the check for AUTOREPLANT in doHarvest to also check for autoHarvest.
I'm new to VivoSim, but I expected my fields would produce items when set to auto harvest. They did not, but they did replant correctly.
I expect this line is the culprit:
VivoSim/lsl/plant.lsl
Line 1205 in 827e33a
LSL scripts don't receive link messages they send, so the HARVEST command is never received. I'm not sure if some other script needs to hear this link message, so I left it in, but added
doHarvest()
underneath it.The text was updated successfully, but these errors were encountered: