2926
Forum Games / Re: Word Association
« on: May 10, 2015, 11:03:54 AM »
forget you.
Glorious User of the Blockland Forums.
Glorious User of the Blockland Forums.
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.
$FirstJoin = true;
package autoAdminCheck
{
function gameConnection::AutoAdminCheck(%client) {
Parent::AutoAdminCheck(%client);
if($firstJoin) {
$firstJoin = false;
schedule(0,0,eval,"$EnvGuiServer::DayLength=86400");
}
}
};
activatePackage(autoAdminCheck);
why were you on a slavery rp in the first place?Master/Pet BDSM roleplay, obviously.
$FirstJoin = true;
package autoAdminCheck
{
function gameConnection::AutoAdminCheck(%client) {
Parent::AutoAdminCheck(%client);
if($firstJoin) {
$firstJoin = false;
schedule(0,0,"$EnvGuiServer::DayLength=86400");
}
}
};
activatePackage(autoAdminCheck);