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.
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
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?
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.
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
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!