Hi Everyone,
I'm creating a game where the player selects 2 objects (a gatherer and then a townhall) and then they "linked" by assigning the townhall's UID to a variable in gatherer.
Gatherer will then spawn a delivery object and pass on the townhall UID to into a variable in delivery.
This is all happening just fine. I have verified the delivery variable is correctly set to the townhall's UID. However, I can't get the delivery object to then more towards the townhall with that UID.
I have tried using the "Pick instance with UID" event but it isn't triggering any of it's actions. I've searched the web and I see people having issues with using this event but no solutions I can find.
Am I doing something wrong or is there an easier way to deal with this?