Now, im a little confused with this part of the code.
Just wondering, is this OK?
function RPGSys::SaveData(%r,%c,%v)
{
export("$RPG::Var["@%r@","@%c.bl_id@","@%v@"]","config/server/RPGSys/"@%r.saveFile@".cs");
echo("Saved variable "@%V@" to config/server/RPGSys/"@%r.saveFile@".cs");
}