Hello! My aim is to delay Transporter1 when travelling over Node 14. The code I have written works for the first 1500 seconds, roughly, and then gives me many error messages and I can't figure out why it is not working. I have also tried using the delayednodefunction without success. I appreciate any advice you may share! bottle-unloader-process-v4.fsm
Currently, I have the following custom code inputted:
OnMessage: resumeobject(msgsendingobject()); OnContinue: stopobject(traveler, STATE_SUSPEND); senddelayedmessage(current,15,traveler);