Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Guyserman82 on Wed 16/12/2009 20:28:16

Title: Fake Programming screen
Post by: Guyserman82 on Wed 16/12/2009 20:28:16
In my next game, I want the player to be able to type in my predefined programming codes, and have them show up on the screen (think I.S.O.S. http://www.adventuregamestudio.co.uk/games.php?action=detail&id=931).
Is this simple, or am I in the wrong area?
Title: Re: Fake Programming screen
Post by: on Wed 16/12/2009 20:50:08
It's relatively simple, depending on your scripting/AGS experience. All you need is a GUI with an INPUT BOX. You can turn this GUI on, and then react to anything the player types into that box. Parser games are (mostly) made that way.