If SLv.FPSsmoothing == 1 Set Choice to 1 Set Working to 1EndIfIf Choice == 0 Set Working to 0ElseIf Choice == 1 MessageBoxEX "Streamsmooth is enabled. Please disable it for FightSmoothing to function correctly. |Disable|Ok" Set Choice to 2 Set ButtonPress to -1ElseIf Choice == 2 If ButtonPress == -1 Set ButtonPress to GetButtonPressed ElseIf ButtonPress == 0 Set SLv.FPSsmoothing to SLv.FPSsmoothing == 0 Set Choice to 0 ElseIf ButtonPress == 1 Set Choice to 0 EndIfEndIf
The message box opens when it's supposed to, it's just that it doesn't close when it's supposed to. I have it written so that when you press any of the buttons in the message box, the menu should close. But it doesn't. Help, please.