hi there! I was working on creating separate rooms for the “club” in my game, and I realize I have run into an issue. The weevil can enter the club and the VIP room without any issue. He can also exit the VIP room into the club without a problem.
However, when I attempt to exit the club altogether after having entered the VIP room just once, he is teleported back into the VIP room rather than back to the entrance of the club. The coding for the teleport is written into the “CLUB_EDGES” and “VIP_ROOM” objects, which then sends a message to the weevil to change his position.
I’m wondering if it has anything to do with the way I have set up the items, which must be clicked in order to be “delivered”, or if I made some other mistake that I am missing. Any guidance is appreciated!