Author Topic: Suggestion: Blockland for Linux...  (Read 5613 times)

Well if your so great skip then let's see some of your scripts.

So aparently, you need scripts to be great?

Yeah because I was totally implying I could script.

Well if your so great skip then let's see some of your scripts.

Better yet, considering your cousin is apparently a coding genius, it'd probably be more prudent to see HIS code.

Warning - while you were typing 2 new replies have been posted. You may wish to review your post.

I laugh at the igorance in this thread


Yeah because I was totally implying I could script.
If you can't program a language, then you have no right to be questioning my abilities.

Better yet, considering your cousin is apparently a coding genius, it'd probably be more prudent to see HIS code.

Warning - while you were typing 2 new replies have been posted. You may wish to review your post.
I don't have any of it with me, and I don't feel like coding right now...
You didn't even supply a language to show an example in, and you also forgot what exactly an example of...

Warning - while you were typing a new reply has been posted. You may wish to review your post.
Warning - while you were typing a new reply has been posted. You may wish to review your post.
Warning - while you were typing a new reply has been posted. You may wish to review your post.
Warning - while you were typing a new reply has been posted. You may wish to review your post.
T_T

If you can't program a language, then you have no right to be questioning my abilities.
Yeah I do.
You can apparently program in however many languages but you somehow can't run Windows worth stuff.
« Last Edit: July 21, 2010, 01:16:53 PM by Skip »


Yeah I do.
That's like saying sucks at playing a game, when you've never played that game. Or even seen someone playing that game in first place.

Quote from: code
function createChatfile() {
   $chatloaded = true;
   $Chatfile = new FileObject();
   $Chatfile.openForAppend("config/client/chatlogs/chatlog_" @ strReplace(getWord(getDateTime(), 0), "/", "-") @ ".log");
   $Chatfile.writeline("Log opened: " @ getWord(getDateTime(), 1) @ ".");
   $Chatfile.close();
}

function logchat(%message) {
   if(trim(%message) $= "")
      return;
   if(!$chatloaded || !isObject($Chatfile))
      createChatfile();
   $Chatfile.openForAppend("config/client/chatlogs/chatlog_" @ strReplace(getWord(getDateTime(), 0), "/", "-") @ ".log");
   $Chatfile.writeline(StripMLControlChars("[" @ getWord(getDateTime(), 1) @ "]" SPC %message));
   $Chatfile.close();
}

My chatlog script. :cookieMonster:

That's like saying sucks at playing a game, when you've never played that game. Or even seen someone playing that game in first place.

Hey chucklenuts, you ain't gonna win

That's like saying someone sucks at playing a game, when you've never played that game. Or even seen someone playing that game in first place.
Gonna assume the bold is what you meant to put there.
Also see my edit.

Yeah I do.
You can apparently program in however many languages but you somehow can't run Windows worth stuff.
I don't run windows because windows is worth crap, but sells for $100, while linux is worth $100, but sells for $0.00...

Explain how Windows is crap?

You guys with the exception of Mega even though that is a simple script are posers who only play to flame people who express their opinion.