I'm using AGS v2.71
I have a problem with my GUIs. On my GUI1 I have a button that opens GUI2 (inventory) On the GUI2 i have button that should close GUI2, but i don't know how to scrip it my GUI script looks like this at the moment
Code: ags
Now how do i scrip it like that that the other button will close the GUI2?
I have a problem with my GUIs. On my GUI1 I have a button that opens GUI2 (inventory) On the GUI2 i have button that should close GUI2, but i don't know how to scrip it my GUI script looks like this at the moment
{
gGui2.Visible = true;
Now how do i scrip it like that that the other button will close the GUI2?