Jump to content

Recommended Posts

Posted

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?
image.png.57e864912c7288a4bdf56cacb0d90f89.png

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.
image.png.e8cd459851dd4749a833cc0450873c4d.png
Token.AssociatedObject.Name = "Vehicle1[1]"
However, the error message makes it seem like Token.AssociatedObject is a DefaultEntity.

×
×
  • Create New...