0 Members and 1 Guest are viewing this topic.
//===Autohidefunction DeusRPG::Start::Hide() { $DeusRPG::Hide = true; Client::centerPrint("<jc><f0>Hide Training <f1>started", 1); Schedule::Add("Client::centerPrint("", 1);", 4); DeusRPG::HideLoop();}function DeusRPG::HideLoop() { if($DeusRPG::Hide == true) { say(0, "#hide"); Schedule::Add("DeusRPGPack::HideLoop();", 30); }}function DeusRPGPack::Hide(%client, %msg) { if(%client) $lastClientMessage = %client; else if(String::findSubStr(%msg, "You are no longer Hiding In Shadows.") != -1) { if($DeusRPG::Hide == true) say(0, "#hide"); } return true;}function DeusRPG::Stop::Hide() { $DeusRPG::Hide = false; Client::centerPrint("<jc><f0>Hide Training <f1>stopped", 1); Schedule::Add("Client::centerPrint("", 1);", 4); }What's wrong with this script? Once I turn it on, it hides me once and then never hides me again.. Please help.
function
Anyone who can and will assist you does look in assistance. I am positive of this fact.