Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: krishaw on Tue 14/04/2009 17:59:03

Title: I have a question about the text parser
Post by: krishaw on Tue 14/04/2009 17:59:03
I know I posted a question a while ago but how do you put a parser into the game and get rid f the mouse curser? Thanks.
Title: Re: I have a question about the text parser
Post by: Trent R on Tue 14/04/2009 19:31:11
I haven't read much into the parser, but the manual entry is very detailed.

As for the mouse, put a blank graphic as it's cursor and remove the code under on_mouse_click (you may be able to remove the entire function).


~Trent
Title: Re: I have a question about the text parser
Post by: krishaw on Tue 14/04/2009 19:45:49
Thanks for the mouse but I still need to know hoe to make a parser. The tutorials don't seem to tell me, or did I miss something?
Title: Re: I have a question about the text parser
Post by: Khris on Tue 14/04/2009 22:51:30
I remember having posted a working example of a text parser GUI similar to the old Sierra one.
Try using the forum search as I'm too lazy right now.
Title: Re: I have a question about the text parser
Post by: magintz on Tue 14/04/2009 22:57:32
I think someone recently updated the parser I wrote a while ago. I haven't looked at it but it may be able to help.

http://www.adventuregamestudio.co.uk/yabb/index.php?topic=9435.0

Read the edit at the bottom and look at Laukku's parser
Title: Re: I have a question about the text parser
Post by: krishaw on Wed 15/04/2009 00:44:08
Quote from: magintz on Tue 14/04/2009 22:57:32
I think someone recently updated the parser I wrote a while ago. I haven't looked at it but it may be able to help.

http://www.adventuregamestudio.co.uk/yabb/index.php?topic=9435.0

Read the edit at the bottom and look at Laukku's parser

Thanks very much! That helped a lot. Thanks!