Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
Ashje

[XP] SDK Script interferes with Tanketai's SBS

Question

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

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Unfortunately, majority SVBS clash with SDK. To correct it it is impossible, therefore it is necessary or to use the fighting system which is not clashing with SDK, or to replace the scripts using SDK by others.

Share this post


Link to post
Share on other sites
  • 0

No, it will not work. And new SDK, and SVBS influence the same component, but methods different and incompatible with each other.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...