Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

Ashje

Member
  • Content Count

    5
  • Joined

  • Last visited

  1. Oh, I thought Dash and Sneak were when you moved. If it's during a battle then I don't care about D&S. But I really would like the HUD. Is it possible to recreate without using SDK?
  2. If I put SDK below the SBS, would it work?
  3. 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
  4. I don't want to combine them. I just want to take the HUD, Dash and Sneak from Mr. Mo's ABS and use the battle system from Tanketai's SBS. Combine was the best word. Thanks for the reply, though. :D
  5. Is there anyway to combine the two? I like Mr Mo's HUD and the Dash & Sneak but I want the battle system to be Tanketai's SBS. Can someone please tell me how to combine them? Thank you :D
×
×
  • Create New...