Hey all. Â So I've inserted Yanfly's entire script (
https://github.com/Archeia/YEARepo/blob/master/Battle/Battle_Command_List.rb) into a Materials slot in my script editor. Hit Apply, OK. Done.
To test out whether it works, I then go to my first Actor's notebox in the database and enter:
<command list>
attack
</command list>
Â
Â
Hit Apply. Â Go to the Troops tab and begin a Battle test. Â I'm still seeing Attack, Special, Guard, Items as options.
Â
Why isn't the change working????
Â
Â
Â
Furthermore:
Before trying Yanfly's script I tried editing the Script Window_ActorCommand to achieve the same thing. Â I tried doing the following:
Â
 #--------------------------------------------------------------------------
 # * Create Command List
 #--------------------------------------------------------------------------
 def make_command_list
  return unless @actor
  add_attack_command
 Â
#add_skill_commands
 Â
#add_guard_command
 Â
#add_item_command
  end
Â
Also didn't work.
Â
Again, what am I doing wrong? Â Is it because I'm using the Battle tester??? This is driving me insaneeeeee