I searched around - read about 10-15 inventory-related threads - but nothing really solved my problem.
I want to have a journal-type thing (in the form of a datapad GUI) which you can access by 'examining' the datapad from your inventory. But a problem arises:
Even though I set Interactions -> Run Script -> GUIOff (INVENTORY);
the inventory GUI just flickers, instantly coming back on, until I hit the 'OK' button. Why?
Is there something like GuiOn in your main repeatedly execute script? You should take a look at what is in your main script related to your inventory.
Quote from: matti on Thu 14/02/2008 19:55:49
Is there something like GuiOn in your main repeatedly execute script? You should take a look at what is in your main script related to your inventory.
Nah, then it would be constantly on. The inventory works fine, it just doesn't disappear unless I actually press the button... I don't think I really changed anything regarding the inventory. I haven't done much with the script on my own... I checked, a couple (hundred) times and didn't find anything (at least, nothing that caught my noob-eyes...)
Where did you set Interactions -> Run Script -> GUIOff (INVENTORY); meaning: When is the inventory supposed to disappear?