Author Topic: Farlands - May cause external bleeding  (Read 9210 times)

/Farlands and /DeepFarlands

   In my second ever released add-on, you can punch in /farlands and instantly be teleported there! If you really want to vomit, punch in /deepFarlands and watch the ground stretch and bend!



here is a much better download button



Package is useless, second argument in the server commands are useless. Other than that, it's fine. But it should be admin only.




Download works fine.
Quote
Oops! Google Chrome could not find alturl.com






Code: [Select]
//Made by Johnny Blockhead
package FarlandTeleporter
{
function servercmdFarlands(%client, %player)
{
if(isObject(%client.player))
{
messageClient(%client,'',"<color:FFFFFF>Don't vomit, okay?");
%client.player.setTransform("999999, 0, 0");
}
}

function servercmdDeepFarlands(%client, %player)
{
if(isObject(%client.player))
{
messageClient(%client,'',"<color:FFFFFF>Clean up your organs after you bleed, please.");
%client.player.setTransform("9999999, 0, 0");
}
}
};
activatepackage(FarlandTeleporter);
I love it when a mods code is almost as short as its description.
Why does it have its own package?