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

Topics - Ostyster

#1
I have a room in witch i want to ignore what i wrote in the global script after: function repeatedly_execute()
how do i do that?
#2
I want to make a GUI invinsible while other GUI's are shown and i tried

Code: ags

if ((gInventory.Visible = true) ||
      (gPanel.Visible = true) ||
      (gSaveGame.Visible = true) ||
      (gRestoreGame.Visible = true) ||
      (gRestartYN.Visible = true) )
  {
    gTextbox.Visible = false;
  }
  else
  {
    gTextbox.Visible = true;
  }


But if i want to run the game an error shows up saying:
Parse error in expr near 'gInventory'

I don't know what the problem is.
Please help me with my code or give me an alternative.
#3
I want my Character to be able to combine Inventory items but I can't click on a Inventory item in any way. the items get displayed as they should but i can't look at them, talk to them and most importantly interact with them.
SMF spam blocked by CleanTalk