function HOME()
H = gg.multiChoice({"BOD1","EXIT SCRIPT",},nil,"")if H ==nilthenelseif H[1]==truethen bod1()endif H[2]==truethen os.exit()endend
XGCK =-1endfunction bod1()
L = gg.multiChoice({"xray","BACK TO MAIN MENU",},nil,"")if L ==nilthen gg.setVisible(false) bod1()elseif L[1]==truethen xray()endif L[2]==truethen HOME()endend
XGCK =-1end
1)I want to use bod1() menu ,and stay at bod1() menu after using cheat xray until i press back to main menu.
2)when i tap gg icon after using xray,i want bod1() menu not HOME() menu choices.
3)The problem is >After i use xray cheat..it automatically return to the menu bod1() ,and if i tap cancel at the bottom bod1() menu it still popup menu bod1()
4)It should be>i tap cancel at the bottom bod1() menu,it will dissappear,when i tap gg icon again,menu bod1() popup back,and not HOME() menu.
--please help me,do i need to use gg.choice instead of gg.multiChoice?
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.
Question
KarimIdris999997
1)I want to use bod1() menu ,and stay at bod1() menu after using cheat xray until i press back to main menu.
2)when i tap gg icon after using xray,i want bod1() menu not HOME() menu choices.
3)The problem is >After i use xray cheat..it automatically return to the menu bod1() ,and if i tap cancel at the bottom bod1() menu it still popup menu bod1()
4)It should be>i tap cancel at the bottom bod1() menu,it will dissappear,when i tap gg icon again,menu bod1() popup back,and not HOME() menu.
--please help me,do i need to use gg.choice instead of gg.multiChoice?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.