room_set_width(room0,100); room_set_height(room0,100); show_message(string(room_width)+"#"+string(room_height));
The message box then returns:
640
480
This proves that no changes to the room's width and height have been made. Why so? Can't one change the properties of an active room?











