Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sub-menu Tab
#3
Thanks a lot! But, I don't know if it is triggered by your piece of script (I copyed the parts you said on my own menu) but an error in line 17 from Window_Base crashed the game (Window_Base 17 NoMethodError- undefined method 'windowskin_name' for nil:NilClass):

class Window_Base < Window
#--------------------------------------------------------------------------
# * Object Initialization
# x : window x-coordinate
# y : window y-coordinate
# width : window width
# height : window height
#--------------------------------------------------------------------------
def initialize(x, y, width, height)
super()
@windowskin_name = $game_system.windowskin_name <---- this seems to be the conflict
self.windowskin = RPG::Cache.windowskin(@windowskin_name)
self.x = x
self.y = y
self.width = width
self.height = height
self.z = 100
end

Any ideas?
I'm looking for a scripter to help me with my proyect. Need some minor adjustments-modifications and some larger codes. The larger ones will be remunerated :) Thanks beforehand.
Reply }


Messages In This Thread
Sub-menu Tab - by Iqus - 01-20-2013, 11:19 PM
RE: Sub-menu Tab - by Pherione - 01-21-2013, 05:50 PM
RE: Sub-menu Tab - by Iqus - 01-22-2013, 12:14 AM
RE: Sub-menu Tab - by Pherione - 01-22-2013, 06:15 PM
RE: Sub-menu Tab - by Iqus - 01-22-2013, 10:44 PM
RE: Sub-menu Tab - by Pherione - 01-23-2013, 02:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Need help with my menu - Current issue is item grid layout LilyFrog 41 34,068 09-24-2018, 02:03 AM
Last Post: LilyFrog
   Special Items Separate Menu Diorm 41 37,305 02-10-2018, 06:06 PM
Last Post: Diorm
Question  Mog Menu script: help me stop the crazy picture movement during transitions Zachariad 4 8,790 05-31-2017, 05:10 AM
Last Post: Zachariad
   XAIL MENU from RPG VX ACE to RPG XP RASHIDA12 46 45,806 05-02-2016, 08:08 PM
Last Post: RASHIDA12
Tongue  Healing Spell doesn't work right in Menu? Bounty Hunter Lani 8 11,233 01-15-2015, 07:45 PM
Last Post: Bounty Hunter Lani
   My Options Menu needs help firestalker 0 3,022 08-11-2014, 02:31 PM
Last Post: firestalker
   Vx Ace Custom Menu help? Skitzen 1 4,958 10-07-2013, 03:10 PM
Last Post: JayRay
   Dargor's Large Party script and shop menu Simon Greedwell 2 6,116 08-28-2013, 10:12 PM
Last Post: Simon Greedwell
   Help with Shop Menu [RPG Maker XP] JackMonty 6 11,948 05-23-2013, 10:14 AM
Last Post: JackMonty
   Help with Compact Menu Selection Script JackMonty 4 6,425 09-19-2012, 10:56 PM
Last Post: JackMonty



Users browsing this thread: