02-15-2015, 04:16 AM
You may use either the commands.....
$scene = Scene_SkillTree.new( actor_index [, from_map ])
-or-
skilltree( actor_index [, from_map ])
.... to bring up the skill tree. HOWEVER, if you have only 2 people in your party and ask to bring up the 3rd member in your party, you'd have an error as there would not be any actor for the skill tree system. Actor index is not the same as the actor_ID after all, and is mentioned in the instructions in the script.
$scene = Scene_SkillTree.new( actor_index [, from_map ])
-or-
skilltree( actor_index [, from_map ])
.... to bring up the skill tree. HOWEVER, if you have only 2 people in your party and ask to bring up the 3rd member in your party, you'd have an error as there would not be any actor for the skill tree system. Actor index is not the same as the actor_ID after all, and is mentioned in the instructions in the script.