it is for the debug mode in test game
Quote: "notuseless=0
useless=1
if useless=1 then notuseless=1 and useless=0
if useless=0 then text 10, 10, "NOT USELESS!""
returns error and without an if.
class crap{
public static void main(String mmr[]) {
boolean notUseless=false;
if (notUseless) notUseless=true;
while(!notUseless) System.out.println("VERY MUCH USELESS!!!!");
}
}
Your Mod was deleted by the Government.
One can only know so much, only comprehend the world to a point. After that we exist as impressionable beings. Doing nothing, being nothing, forever nothing.