WD0001 Posted March 27 Posted March 27 I have an entity that is riding a transporter along a path. Once the transporter reaches a certain node, the entity needs to be dropped off and park at that node, while the transporter continues. Another transporter will pick it up later and continue along the path. I did manage to get the Park step to work, but it seems much more complex than I was expecting. Is this the correct approach? I thought I could use the Dropoff step in the Node's "Entered" addon process, but that step fails every time. I can't even figure out what it's supposed to do. It just gives me this error message. Token.AssociatedObject.Name = "Vehicle1[1]" However, the error message makes it seem like Token.AssociatedObject is a DefaultEntity.
Recommended Posts