okay, well.. is there a command that overrides CCS that i could put in the start of the get slimey script
Newest version is always at http://alhifar.dyndns.org/mafia/scriptlets/slime.ash and the script will prompt you to update whenever a new version is released.
Anyone else having a problem calling up this page? I'd like to try the script out but I also want the newest version so as to avoid any of the older "issues". It just seems to always time out on me.
boolean check_version()
{
string ver = visit_url( download_location + "slime_ver.txt" );
if( ver == "" ) return true;
else return ver == version;
}
boolean check_version()
{
# string ver = visit_url( download_location + "slime_ver.txt" );
# if( ver == "" ) return true;
# else return ver == version;
}