By which i mean that the messages in a set part of the screen should be prefaced by the number in which they appeared, and not have the number be tied to the actual trigger for the message (eg if you click on the clock on the wall, the message would be 'I looked at the clock', prefaced by "1", but prefaced by "2" if you had done some other action before it.
Also, the messages should be (if possible) numbered continuously, for all rooms, ie in the next room the first message will be the previous last + 1.
Anyway know how to do this? :)
Uhm... add a counter to all messages with a +1? And then make the number be displayed in the message with %d ...
Ok :D