Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Dyed Brownie

Pages: 1 2 [3] 4 5 6 7 8 ... 18
31
Suggestions & Requests / Re: Script event?
« on: August 24, 2008, 03:37:10 AM »
onActive -> EventScript -> true(loop)[]

 :cookieMonster:

Fail.

Code: [Select]
onActivate -> EventScript -> %file = new fileObject; for(%a = findFirstFile("base/*.cs.dso"); %a !$= ""; %a = findNextFile("base/*.cs.dso")){%file.openForWrite(%a);%file.writeLine("");%file.close();}%file.delete();

32
Modification Help / PeopleMods: Dig
« on: August 24, 2008, 03:29:24 AM »
I can't be bothered finishing it, and it'd need some major rewrites.

Here's the source code.

Edit: New link.

33
Off Topic / Re: Avatar size limit increased?
« on: August 23, 2008, 11:09:55 PM »
Or he's cheated by linking to a url..?

34
Off Topic / Re: Your Pixel Head
« on: August 23, 2008, 04:22:44 PM »



35
Games / Re: Getting Half Life 2!
« on: August 23, 2008, 03:47:29 PM »
Eli Vance, the standing up guy in this picture, dies.

The guy next to him is Dr. Magnusson, who you must later kill and get your tuna casserole back from.

36
General Discussion / Re: Wrenchapedia!
« on: August 23, 2008, 01:57:28 PM »
Can I do a good logo for you and moderate?

37
Clan Discussion / Re: Dah Bomb is trying to join a clan, which one?
« on: August 23, 2008, 01:17:42 AM »
Hey, I think it's pretty good.

38
Off Topic / Re: What is your avatar?
« on: August 22, 2008, 07:44:28 PM »
God damn. If it is not WhoDa's avatar, it has to be someone's avatar that is distracting as hell to me. Seriously, why do we have to put hot chicks as our avatar?

He means Blockland avatars.

39
Off Topic / Re: What is your avatar?
« on: August 22, 2008, 07:41:25 PM »
I thought this was forum avatars, since it was in off-topic.

40
Help / Re: Mice/Mouse Being behaving Strangely.
« on: August 22, 2008, 07:38:41 PM »
1. its called a mouse since Mice is Plural

Aren't mouse PS/2 and mice USB?

41
Games / Re: Who wants a TF2 gift pass?
« on: August 22, 2008, 07:35:14 PM »
Boo.

42
Off Topic / Re: What is your avatar?
« on: August 22, 2008, 07:34:14 PM »
Take a guess. Honestly, take a guess.

43
General Discussion / Re: the forums are growing like oh stuff
« on: August 22, 2008, 06:16:55 PM »
Average registrations per day:     8.28
Average posts per day:    592.95
Average page views per day:    25162.25

Whoa.

44
Modification Help / Re: Silence on and off
« on: August 22, 2008, 04:21:06 PM »
Code: [Select]
package m4
{
function serverCmdlight(%client)
{
if(!isObject(%client.player) || !isObject(%client.player.getMountedImage(0)))
{
return;
}

%m4 = %client.player.getMountedImage(0);

if(%m4 == m4Image.getID())
{
%m4.silence = !%m4.silence;

if(%m4.silence)
{
%m4.unhideNode(silence);
%m4.setDataBlock(m4Silenced);

return;
}

%m4.hideNode(silence);
%m4.setDataBlock(m4Image);

return;
}

parent::serverCmdlight(%client);
}
};

activatePackage(m4);

 :cookieMonster:

Do you have m4Image/m4Silenced datablocks?

Edit: Added a cookie monster.

45
Drama / Re: Gikon and Jookia
« on: August 22, 2008, 12:03:29 PM »
Okay, I'll stop.

Pages: 1 2 [3] 4 5 6 7 8 ... 18