client
var/message
mob
Login()
usr.name = input("Name please", "Tests")
mob
verb
Say(msg as text)
client.message = "[msg]"//w/e, Ill edit this =\
Stat()
statpanel("Chat Box")
stat("Message:","[client.message]")
BUT, does anyone know how to make it, so when a new message pops up, the Message:, box l;owers down a space, a NEW message pops up, and it repeats?
Kinda like
Message: Blah
NEW
Message: Poo
~X
[edit] bugz0rz