CODE
when "SKILL TREE"
Sound.play_decision
Sound.play_decision
This, I added three different things, though none of them work. I've used [module ST_setup], [$scene = ST_setup], [$scene = ST_setup.new], and [start_ST_setup].
Here's the menu script and the two scripts for the Skill Tree.
Menu Script (Just search for "SKILL TREE")
Skill Tree Script 1
Skill Tree Script 2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Edit: Got it to work! I just put this in;
CODE
when "SKILL TREE"
Sound.play_decision
$scene = Scene_SkillTree.new(0)
Sound.play_decision
$scene = Scene_SkillTree.new(0)
Apparently, it needed me to define the actor.