Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: G on Sat 26/01/2008 15:37:35

Title: How can I create Graphical Variables Now? (SOLVED)
Post by: G on Sat 26/01/2008 15:37:35
I have just downloaded AGS V3.0, and the first problem I have is that all the old Graphical Variables from the previous version of my game are gone or not recognizable for AGS 3.0. So How do I manage to create new Graphical Variables?

I don't find anything in the help files...
Title: Re: How can I create Graphical Variables Now?
Post by: Khris on Sat 26/01/2008 18:45:22
In short: you don't. Use global ints or script variables.
GetGraphicalVariable() and SetGraphicalVariable() are still available though.
But since I don't have any idea what happens to IE action trees when the game is imported into 3.0, I can't provide more info.
Title: Re: How can I create Graphical Variables Now?
Post by: G on Sat 26/01/2008 18:59:55
Thank you for answering. I supose I'll have to correct the whole script by myself. Well, looking at the braght side of the matter... it will be a nice way to get used to the new interface.

Cheers!