For example, this ugly piece is trying to get this parameter works:
room.UID(11).short_desc
where short_desc is instant variable of object room with UID 11.
Then you send through the UID and short_desc variable through the function as parameters, and on the function end you pick the room by UID with param, and set text to param short_desc or whatever you plan to do with that.