I put the SDK Script below Scene Debug and above Tanketai's script but when I create a monster and click on it to fight it in Playtesting, it gives the following error:
Script '*Sideview 2 line 3071: ArgumentError occured.
wrong number of arguments(0 for 4)
Lines 3063-3074:
#==============================================================================
# ■ Window_PartyCommand
#==============================================================================
class Window_PartyCommand < Window_Selectable
#--------------------------------------------------------------------------
alias initialize_n01 initialize
#--------------------------------------------------------------------------
def initialize
initialize_n01
self.z = 2000
end
end
Line 3071:
initialize_n01
I know it's the SDK script because when I remove it, the script works fine. Please help. Thanks XD