Author Topic: BLID title machine thingy  (Read 1463 times)

Doubt it, Probably just gonna be for anybody who works on it.



I dont understand java much.
What format do I save it in?

I dont understand java much.
What format do I save it in?

When I write it I save it as .java and compile it to .class

I dont understand java much.
What format do I save it in?

But you will need a stuffload of programs to make it work on your PC, I have to know how to make a file that contains the code and runs on every PC.

the titles are off sense when were the 6000s 'pretty old'


NOTE:
If you guys take those titles serious you really are pretty stupid, I made this in a few minutes. I didn't really think about the titles.


the titles are off sense when were the 6000s 'pretty old'

Im "pretty old".
(4872)

         }else if (BLID <= 6000){
            System.out.println("You are a better-then-normal player.");

         }else if (BLID <= 6000){
            System.out.println("You are a better-then-normal player.");

I was just reading by the code. Got it mixed up.

Code: [Select]
}else if (BLID <= 22000){
System.out.println("You are a newby player.");
}else if (BLID > 22000){
The last check seems irrelevant there. If it's not less than or equal to 22000 then it's automatically greater than it.

Code: [Select]
}else if (BLID <= 22000){
System.out.println("You are a newby player.");
}else if (BLID > 22000){
The last check seems irrelevant there. If it's not less than or equal to 22000 then it's automatically greater than it.

Well I could have put a else there but this is okay too

lol if statements.

It's nice that someone is using Java for a change though.

Java > Torque