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?
how do i do that?
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
if ((gInventory.Visible = true) ||
(gPanel.Visible = true) ||
(gSaveGame.Visible = true) ||
(gRestoreGame.Visible = true) ||
(gRestartYN.Visible = true) )
{
gTextbox.Visible = false;
}
else
{
gTextbox.Visible = true;
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.064 seconds with 14 queries.