Is there any way to make two characters fight? I would really like to have some fights in my game but I have no idea how I would do it. Thanks
Yes you can have fight scenes - though it does require some scripting which's complexity depends on the fight style. For example, making a QFG5 style fight is obviously harder that the one from QFG1.
Here some threads to look at:
http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=9850; (http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=9850;)
http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=9088 (http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=9088)
http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=8741; (http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=8741;)
http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=6184 (http://www.agsforums.com/yabb/index.php?board=6;action=display;threadid=6184)
http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=7332 (http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=7332)
http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=6928 (http://www.agsforums.com/yabb/index.php?board=2;action=display;threadid=6928)
~Cheers
Thanks. I have to admit to being a newbie now though. I don't know the first thing about scripting and the help guide is confusing. Is there a tutorial on scripting anywhere? Thanks.
There's a two-part tutorial on scripting in the help. Hopefully it should give you some insight on the basics of scripting. I know it helped me alot, as I didn't know much about scripting before using AGS (Very rudementary BASIC).
After reading the tutorials so you sorta understand them, the best way to learn is to mess around with the script. Try things. You'll soon get the hang of it quite easily.