Not sure what I'm doing wrong here. Included are a couple pictures of different crops growing while drops of the same variety next to them not growing. Any idea why my code/ instance variables aren't working correctly?
Trigger once triggers once while true for all instances of the object, not for each.
Yeah, never use Trigger Once with objects that have multiple instances. I suggest adding Timer behavior to your plants, it's the easiest way to track the growth of each instance independently.
Thank you both for the tips. This is my first time trying to use instance variables with an object type that you spawn like this. I'll mess around with it and see if I can get it to work properly.
Develop games in your browser. Powerful, performant & highly capable.
Ok so using the timer behavior I got it working perfectly and with much less events. Thanks again!