Hi guys was going well recently but then I decided to make a quest log gui. But I'm new at this job and I'm a bit confused about scripting. (I read the manual, but that didn't help me at this.)
The thing is; I talk to someone and when I choose an option in the dialog. I want to add a quest to the quest log gui. By the way, which gui should I use for quest log, and that script?
Thanks for any advices.
Take advantage of the Journal Module. (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=27158.0) I'tll probably do everything you need it to.
thanks it helped a lot. :D
but I think it'll take time to get it :-\
Oh it won't be easy, but better than writing your own code.
I dont understand; I cant start it with "if" . Can you help me, any examples please? :'(
Commands need to be inside functions.
Say you created a GUI and added a button to it. If you double-click the button in the GUI editor, AGS creates an empty function and puts the name in the on click event field.
In that function, between { and }, you can now put script commands.
Thanks! ;D