I have trouble at getting length of dataSkills
pls help
_DataManager_isDatabaseLoaded = DataManager.isDatabaseLoaded;
DataManager.isDatabaseLoaded = function () {
if( !_DataManager_isDatabaseLoaded.call(this) ) return false;
// Add your for loop here in between. $dataSkills won't be null anymore.
return true;
}condition = $gameParty.inBattle()Game_Interpreter.prototype.command318 = function() {$gameActors.actor(1).learnSkill($gameVariables.value(42))