I'm kind of working on a similiar problem. I just cant seem to get it to post the value from the dictionary. What I'm trying to do is use a dictionary with keys like "room1" -> "some text about that room" then using a global variable (text) "roomName" pass through the correct value Dictionary.Get("roomName")
Every time i do this i get 0 as an output. I need help understanding why this is occurring.