Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: MugMan on Wed 08/08/2018 04:17:44

Title: Changing the display box
Post by: MugMan on Wed 08/08/2018 04:17:44
Hello (Again, sorry.) I was wondering if you could change the box that appears when using Display ("Stuff");
Cheers in advanced.
Title: Re: Changing the display box
Post by: Slasher on Wed 08/08/2018 06:01:55
Code (ags) Select

SetTextWindowGUI(12); // simply change the gui number shown to the new text window you want to change to.
Title: Re: Changing the display box
Post by: MugMan on Wed 08/08/2018 06:21:43
Cheers!
Title: Re: Changing the display box
Post by: Monsieur OUXX on Wed 08/08/2018 15:47:36
I had no idea about that feature 8-0