Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Scummbuddy

#61
Don't use the one that comes with AGS, there are many faults with that one.  I've tried many times before to save it, but it just fails.  Go ahead and use the first post in this thread to get directed to Proskritos' GUIs.  They will be what you want.
#62
Reno:  Interact with inventory
currently, because the Interact mode selects the inventory item, this interaction can only be triggered by manually calling the RunInventoryInteraction text script function (ie. you have to use the Handle Inv Clicks in Script option).

notagoodname:
Did you make your own LucasArts styled GUI? Or are you using Proskritos template?
#63
SetGlobalInt
SetGlobalInt (int index, int value);

Sets the global variable INDEX to VALUE. You can then retrieve this value from any other script using GetGlobalInt.
There are 500 available global variables, from index 0 to 499.

Example:

SetGlobalInt(10,1);

will set the Global Integer 10 to 1.
See Also: GetGlobalInt
#64
That is the only way you could make it fit the screen, is by changing the resolution of the images...What, are you trying to make a game in 800 by 600?
SMF spam blocked by CleanTalk