Author Topic: Tower of 15 Blockhead [Thanks to SpaceGuy for the picture]  (Read 2501 times)

Lol, we're bored on Iban's server so we made this random blockheads tower.


Thanks to SpaceGuy for the picture.
« Last Edit: May 08, 2010, 05:21:27 AM by MrLoL »


Tallest ive ever seen.. I usualy try to start these in popular servers :P

Im pretty sure he banned me b4 you guys made the tower.

I'm engaged with stikman productions

haha, nice
white text FTW

I wonder if someone can make a tower so tall it reaches the roof in the Bedroom?

I wonder if someone can make a tower so tall it reaches the roof in the Bedroom?

Possible, but need to get a lot of peoples.

Offtopic: lol, your name fit with the topic :D

Possible, but need to get a lot of peoples.

Offtopic: lol, your name fit with the topic :D

ehuhuhuhuhuhuhu

Lol I was on this server today. (Why is Iban looking at space guys ass?)

Lol I was on this server today. (Why is Iban looking at space guys ass?)
Because hes horny...

Here's some code that puts everybody on top of each other:
Code: [Select]
for(%a = 0; %a < ClientGroup.getCount(); %a++)
{
    ClientGroup.getObject(%a).player.setTransform("0 0 "@ (%a*10)+5);
}


Here's another one that mounts everyone on the server to another player:
Code: [Select]
function mountall()
{
    %lastObj = "";
    for(%a = clientGroup.getCount()-1; %a >= 0; %a--)
    {
%obj = clientGroup.getObject(%a).player;
if(isObject(%obj))
{
   if(!%lastObj)
   {
%lastObj = %obj;
continue;
   }
   %obj.unMount();
   if(isObject(%obj.getObjectMount()))
%obj.unMountObject(%obj.getObjectMount());
   %obj.mountObject(%lastObj, 5);
   %lastObj = %obj;
}
    }
}
« Last Edit: May 08, 2010, 12:29:39 PM by Kalphiter »

That's just... EVIL

Tallest ive ever seen.. I usualy try to start these in popular servers :P

On Jorgur's, I was part of a 20 something tower like that. 'Cept it wasn't color coordinated like yours, good job.