I want to send an actor that has been assigned to a variable a message. However, the message only seems to go through if I reference the actor via the last created actor function. I've tried assigning the actor to a variable and saving it in a data table for reference in the actor message but neither seems to work. How can I save an actor for reference later when I want to send it a message?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I want to send an actor that has been assigned to a variable a message. However, the message only seems to go through if I reference the actor via the last created actor function. I've tried assigning the actor to a variable and saving it in a data table for reference in the actor message but neither seems to work. How can I save an actor for reference later when I want to send it a message?