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 - DreadBeard

#1
This is what I got:
QuoteDatabase Error
Please try again. If you come back to this error screen, report the error to an administrator.

I only used keyword 'inventory'...

--Edit
Also, that worked. Thanks for the advice. It seems such an obvious solution now. I dunno if this should be moved to beginner questions.
#2
I did a search but only got errors, no matter what I searched. It might be broken.

As I learn AGS and modify the default game in to my own; I have been attempting to make the Inventory window toggle with a second press of a button (default, TAB) the way the "gPanel" shows up and goes away when you press escape.

I tried to mimick the code I saw used for the gPanel, but it just doesn't go away when I press again. Here's an example:

Code: ags

 if ((keycode == eKeyTab) && (gInventory.Visible))
  {
    gInventory.Visible= false;
    return;
  }



There were other IconBar.Visible and such but seemed to make no difference anyway.

I hope someone can help, thanks for reading.
#3
General Discussion / AGS on the PSP
Wed 27/07/2011 19:14:48
I had never heard of AGS until this week. Somehow, I missed this fantastic program. It was a post on Wololo's blog that drew my attention to it's existence, and furthermore it's port to the PSP console platform. I find this quite exciting, and can't wait for an update that allows more compatibility with all these great games. I wanted to make sure anyone else who wants to knew about this too.

EDIT:
Noob mistake.. I did a search and saw this was already posted. I contribute nothing :(
SMF spam blocked by CleanTalk