Forum Posts Following Followers
1053 95 23

Life as a java script

I see life as a java script

More specifically, an if statement.

It is the same as people using cause and effect, only it suits me better this way for obvious reasons, if you know me.

i.E

*NOTE* all booleans = false

a simple conversation between me and another

if(I say something nice)

g.drawString("why thank you");

else

g.drawString(nothing happens as i didn't say anything, as is the power of else);

another simple conversation

if(I say something not nice)

g.drawString("why you impudent little bugger", handX,handX,handZ, facex,faceX,faceZ);

else

g.drawString(nothing happens as i didn't say anything, as is the power of else);

See much simpler isn't it. This way is easy to organise large events and if's in my head, and helps with my programming too.