So I recently looked at tutorial 6 on how to call a method in one actor in a different actor's code. It was very helpful, but the directions say to make a reference to the world and then call up that reference in the actor and then the other actor's method. However, this method isn't working for me because I have 5 different worlds and they all must use this actor and recall this value. When I run the program, it won't work because the one actor cannot recall from only one world. Is there a way I can reference the variable in a different actor even when I have more than one world?

