You may think I'm the biggest skid/leech ever but this is the
Help section and the forum is basically skidding everywhere.
My Problem:
So say I have my static Boolean, Ex.
Public Static boolean nofall;
And suppose I put it in where it needs to go, Packet 11, 12, 13 and
made the if statement as well
if(HotPockets.nofall);
{
Blah( Blah, Blah, Blah, BlahBlah);
}
Now I can go in the game and toggle it and it works great

But, I have a GUI, now what code should I put in for the GUI
To activate the code.
I have
if(PublicVars.nofall);
My GUI toggle ^ but how do I set it so if it will be able to
Activate both ways: Pressing toggle, clicking toggle
How?
if(HotPoackets.nofall || PublicVars.nofall)
{
BLAH
}
?
I'm really stumped help please