thats one of the things i was really annoyed by with deus's scripts, i would have figured for him to use some of the more unknown methods of running his scripts....
function DeusRPG::FetchData(%dataname)
{
if(String::findSubStr($ServerMod, "rpg") != -1)
{
RPGfetchData(%dataname);
return $RPGdata[%dataname];
}
}
which would completely remove the RPGfetchData spam in non-TRPG server console lines.... and if done right, he could have made most of the scripts just shut off or stop working with something of the same fashion...
but what the fork do i know, i am just some idiot.