Hi, I am trying to create a game with rooms created as the game evolves.
My plan was to:
1. Create a random name for the room and store it in a string variable,
2. Create the room using the name in the string variable,
3. Create exits using the name in the string variable,
I've tried a really simple attempt (see attached) but it fails with Error 9 - Subscript out of range in RoomExits.addFromTag.
I would welcome any advice or help!
Thanks, Verbojuce