Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Ali on Mon 18/08/2003 18:58:02

Title: Trouble with strings and listboxes.
Post by: Ali on Mon 18/08/2003 18:58:02
I can't find much information about strings and I need some help.

I'm using a list box. The list box is object 0 in GUI 3.

I have this line in the script:

ListBoxAdd (3, 0, string message);

EDIT: Thanks! I didn't realise I needed to totally replace 'string message'.
Title: Re:Trouble with strings and listboxes.
Post by: AJA on Mon 18/08/2003 19:46:55
ListBoxAdd(3,0,"This is a message");