Jump to content

Menu for gg lua script

   (0 reviews)

2 Screenshots

About This File

HOME = 1

function HOME()
menu = gg.choice({
"MENU 2",

},nil,'=============\nMENU 1 MAIN\n=============')

if menu == 1 then MENU2() end
HOMEDM = -1
end

function MENU2()
menu2 = gg.choice({
"BACK",
    
},nil,'========\nMENU 2\n========')

if menu2 == 1 then HOME() end
end

while true do 
  if gg.isVisible(false) then 
   HOMEDM = 1
    gg.setVisible(false) 
  end 
  if HOMEDM == 1 then HOME() end 
 end
 

 Share


User Feedback

You may only provide a review once you have downloaded the file.

There are no reviews to display.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.