Jetzt habe ich das Problem, dass AGS dauernd einen Fehler anzeigt:
Error (line 186): 'gui' is a global var; cannot use as name for local
Ist irgendwas bei der Portierung falschgelaufen?
Bitte helft mir!!

Falls du also Variablen namens "gui" benutzt, musst du diese umbenennen da der Name von AGS reserviert ist.Handbuch hat geschrieben:Is there anything else I should watch out for?
Because of the new additions, the script language has more reserved words than before. For example, words like "gui", "object" and "hotspot" are now reserved (since they are used to access the global arrays). If your script uses any variables with these names, it will no longer work. You'll need to change the variable name in order to compile.