I am newer to the syntax of Quest so forgive me if I as a lot of questions.
I am looking to change the gridfill color of a specific room's map. I have tried changing the color via interacting with an object withing the room which gridfill color I want to change.
I have tries this:
exampleRoom.grid_fill="Green"
no error pops up but the room color ceases to change. I have also tried RGB numbers and hex, thought I might try everything before I ask. I am obviously referring incorrectly to the specific attribute I want to change, or Quest is giving me the bird so to speak :D
EDIT: I have fount that this code works, but the map color won't update. Is there some type of refresh or reload function for maps that will still keep the user's map data?
Help would be much appreciated!