#======================# # Z-Systems by: Zetu # #===========================#======================#===========================# # * * * Z04 Executable Actions Extention v1.03 * * * # #=#==========================================================================#=# # Add regular expression NOCONDITIONAL into any skill to make it appear # # in the Window_ActorCommand, instead of Window_SkillList. All commands # # will be placed where :exact is inside the CMDS array, unless you place # # :skillid, where you wish for it to be instead. # #==========================================================================# module Z04 CMDS = [ :attack, :exact, :skill, :guard, :skillid, 5, :item ] NOCONDITION = //i CONDITIONAL = //i #========#======================#====#================================#========# #--------# #----# DO NOT EDIT PAST THIS POINT!!! #--------# #--------# End of Customization #----# Editing will cause death by #--------# #--------# #----# brain asplosions. #--------# #========#======================#====#================================#========# end class Window_ActorCommand < Window_Command attr_reader :skillsincmd def make_command_list return unless @actor index=0 while index