Category:AGS Beginners' FAQ

From Adventure Game Studio | Wiki
Jump to navigation Jump to search

Transferred from Terranrich's AGS Beginners' FAQ.

This category contains articles from the AGS Beginners' FAQ. It answers some of the more common questions new users ask.


CHECK YOUR BRACES! ({}) CHECK YOUR SEMICOLONS! (;) THESE ARE COMMON PROBLEMS THAT CAUSE ERRORS AND CAN BE EASILY SOLVED BY CHECKING BRACES AND SEMICOLONS!


NOTE: Please keep the following in mind. Most of our problems can be easily solved using variables. Need to change a hotspot's state in another room? Use variables! Need an object to be used only once? Use variables! You can either use Global Integers and Global Strings (look inside the AGS manual for these) or custom variables. Look at the solution to that problem HERE under "Scripting, Code & Interaction".

If your questions were not answered here, go check the AGS Forums. Don't forget to search for info before starting a new thread!

For general information and version history of AGS go here, otherwise, select a section below.

This category currently contains no pages or media.