Stuff my face in it. Tell him he's weird.
LivingAngryCheese Over-Achiever Aug 22, 2014 676 1,580 228 A place Jun 3, 2015 #501 xTordX said: Stuff my face in it. View attachment 19978 Click to expand... Tell him he's weird.
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 3, 2015 #504 secretly install the mod zombie infection and let you get hit by a zombie have fun
X xTordX New Member Jul 29, 2019 576 -6 1 Jun 3, 2015 #505 Install the crash mod and crash you. Have. Fun. Reactions: LivingAngryCheese
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 3, 2015 #506 fix the crash in the crash mod but only if you are me. Then install it for you
X xTordX New Member Jul 29, 2019 576 -6 1 Jun 3, 2015 #507 It is literally a mod which adds a command to "crash" your game with a silly image popping up.
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 3, 2015 #508 I dun care, I fix the crash anyway
X xTordX New Member Jul 29, 2019 576 -6 1 Jun 3, 2015 #509 What is there to fix it's a "shut down" command for mc!
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 3, 2015 #510 just before the command place a if false then //command here end or however you need to write it in java
just before the command place a if false then //command here end or however you need to write it in java
X xTordX New Member Jul 29, 2019 576 -6 1 Jun 3, 2015 #511 I don't even think it has "end"... I never tried a loop before... Hmm...
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 3, 2015 #512 why are you talking about a loop? an if is not a loop
X xTordX New Member Jul 29, 2019 576 -6 1 Jun 3, 2015 #513 Yeah sorry the "end" made me think of all loops Dire made in CC.
Someone Else 37 Forum Addict Feb 10, 2013 1,876 1,440 168 Jun 4, 2015 #514 Point out that the if syntax in Java is this: Code: if(boolean) { //your code here } or this: Code: if(boolean) { //your code here } else { //other code here } or this: Code: if(boolean1) { //your code here } else if(boolean2) { //other code here } etc.
Point out that the if syntax in Java is this: Code: if(boolean) { //your code here } or this: Code: if(boolean) { //your code here } else { //other code here } or this: Code: if(boolean1) { //your code here } else if(boolean2) { //other code here } etc.
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 4, 2015 #516 Show you the fun that is writing code
Someone Else 37 Forum Addict Feb 10, 2013 1,876 1,440 168 Jun 4, 2015 #517 Show you the horror that is some of Java's syntax.
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 4, 2015 #518 ask you to write a program using lua and do it object oriented.
Someone Else 37 Forum Addict Feb 10, 2013 1,876 1,440 168 Jun 4, 2015 #519 Throw a keyboard at you, then ask you to do the same thing in Python.
lenscas Over-Achiever Jul 31, 2013 2,015 1,801 248 Jun 4, 2015 #520 I don't even know anything about phyton. challenge you to to write a multi-threaded program in lua