hi,

i tryed this but than it shoutsdown when it should display the messages otherwise the are all (null).

thats the panel
Code:
PANEL* chat_panel=
{
	digits(0,0,"%s",*,1,chatmsgs[4]);	
	digits(0,50,"%s",*,1,chatmsgs[3]);	
	digits(0,100,"%s",*,1,chatmsgs[2]);	
	digits(0,150,"%s",*,1,chatmsgs[1]);	
	digits(0,200,"%s",*,1,chatmsgs[0]);	
}