Author Topic: Ask Port anything  (Read 7856 times)

If you had to nuke a continent, what continent would you nuke? (No Antarctica.)

If you had to nuke a continent, what continent would you nuke? (No Antarctica.)

Greenland, I guess.


Thats not a continent

If it isn't, what continent is it a part of? It's a free landmass. Anyway, otherwise, either America or Australia, I have no idea.

-snip-

LeetZero: I will steal your cactus.
Nienhaus is now Offline.

Why is Nienhaus so scared.

If it isn't, what continent is it a part of? It's a free landmass.

North-America...

http://en.wikipedia.org/wiki/Continent

EDIT:

America are two continents. :I


I guess that question was a bit too hard for the average Blocklander.

Easier question: If you could fully domesticate 1 type of animal, what animal would you have as pet?


North-America...

http://en.wikipedia.org/wiki/Continent

Sorry man, haha. I haven't slept for three days.

y u do dis port?

because freedom !!1

Easier question: If you could fully domesticate 1 type of animal, what animal would you have as pet?

A fox, I guess.

Do u luv meh <3???

As a friend, I guess?

Dude thats a serious case. You should sleep, before you damage yourself permanently.

Do you think I'm lovey?

Code: [Select]
function PuckArmor::onCollision(%this,%obj,%col,%thing,%other)
{
%fvec = vectorNormalize(%obj.getFowardVector());
%normal = vectorNormalize(%thing);
%vec1 = vectorMultiply(%fvec,%normal);
%vec2 = vectorMultiply(%normal,%vec1);
%vel = vectorAdd(vectorDist(%normal,%fvec),%vec2);
%obj.setVelocity(%vel);
if( %col.getClassName() $= "fxDTSBrickData" )
{
echo("onballhit");
%col.onBallHit( %obj.sourceObject, %obj );

}
//echo("PUCK COLLUSIONE!!!1!");
if(%col.getClassName() $= "Player")
%image = %col.getMountedImage(0);
//Echo(%image);
if(isObject(%image) && %image.HockeyStick )
{
echo("reg");
%col.unmountimage( 0 );
//echo("HOCKY STIK W PUCK");
%col.mountImage(HockeyStickWPuckImage, 0);
//echo("has puck");
%col.hasPuck = 1;
%col.hasSportBall = 1;
%obj.delete();
//echo("parent dat sheet");
return;
}
else if(isObject(%image) && %image.GoalieStick )
{
echo("goalie");
%col.unmountimage( 0 );
//echo("HOCKY STIK W PUCK");
%col.mountImage(GoalieStickWPuckImage, 0);
//echo("has puck");
%col.hasPuck = 1;
%col.hasSportBall = 1;
%obj.delete();
return;
}
parent::onCollision(%this,%obj,%col,%thing,%other);
}
whats wrong with this and why does it always say %obj is a brick

« Last Edit: June 19, 2013, 09:01:24 AM by Evar678 »