I run my bot with this plugin and I get this. $bot->ld->SavePlSettings("KPD", $data); sleep(1); $bot->pm->RefreshMePlugin("KPD"); $bot->SendMsg('DawgBox Finished'); the red is the line with the error
your object isn't instantiated... $bot = new NameOfObject; << whatever your objects name is, instantiate it.