RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Issue with KGC EquipExtension

Started by IXFURU, July 29, 2011, 04:41:25 PM

0 Members and 1 Guest are viewing this topic.

IXFURU

This is the line I get the error at:
Line 975
  def update_item_windows
    kind = equip_kind(@equip_window.index)
    for i in 0...EQUIP_TYPE_MAX
      @item_windows[i].visible = (kind == i)
      @item_windows[i].update
    end
    @item_window = @item_windows[kind]
    @item_window.simple_refresh(@equip_window.index)
  end
  #--------------




The Error:
Undefined Method "simple_refresh"

I've created numerous new equipment slots and it should be noted that the error only occurs when I scroll to the bottom of the equipment list and try to scroll down further.  Or when I try to scroll up from the top.   That is, it will scroll down until all equip slots are visible, but then it delivers the error if I try to scroll further down.