5401
Help / Re: key was stolen?
« on: April 10, 2009, 09:04:02 PM »
Users on the IRC can set their name to whatever they want, usernames aren't protected there.
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.
The Team
- DrBling - Boss, Designer, Columnist
- SlickSilver - Columnist, Legal Rights Manager
Is there any straight conversion of bricks per second to miles per hour(or some kind of scale?)
Well, obviously, the 1 BPS is 2 units/second
I didn't know it was legal to do that in public.
<3
(I think it's safe to say I'm your new stalker)
I already posted them though.
Sorry, I pasted the code wrong... it had the %.
What's wrong with it NOW?
The console said something in this function had a syntax error...Code: [Select]function fxDTSBrick::onCoordTele(%this,%client,%coordname)
{
$InputTarget_Self=%this;
$InputTarget_Player=%client.player;
$InputTarget_Client=%client;
$InputTarget_MiniGame=getMinigameFromObject(%this);
$InputTarget_CoordOwnerPlayer=$CoordinateEvents::coordVar[coordname]::CoordOwnerPlayer;
$InputTarget_CoordOwner=$CoordinateEvents::coordVar[%coordname]::CoordOwner;
%this.processInputEvent(onCoordTele);
}
What is wrong with it?