Author Topic: Making a global variable using normal variables  (Read 1128 times)

You cannot have multiple arrays within a variable like you wanted to. You can only have 1 multi-dimensional array.

Now, im a little confused with this part of the code.
Just wondering, is this OK?

Code: [Select]
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");
}