- Joined
- Nov 8, 2019
- Messages
- 45
- Reaction score
- 11
- First Language
- English
- Primarily Uses
- RMVXA
I'm using HimeWork's "Sell-Only Shop" script and its base script "ShopManager." (http://himeworks.com/2013/02/sell-only-shop/)
When I launch my game it says:
Line 377 through 381, by the way, is this:
When I launch my game it says:
I have "ShopManager" at the bottom of my MODULES script list, with the "Sell-Only Shop" script immediately below it.Script 'ShopManager' line 377: NameError occurred.
undefined method 'reserve_common_event' for class 'Game_Temp'
Line 377 through 381, by the way, is this:
I just copy-pasted them both into my game and made no edits to them. What's wrong?alias :th_shop_manager_reserve_common_event :reserve_common_event
def reserve_common_event(common_event_id)
th_shop_manager_reserve_common_event(common_event_id)
@shop_common_event_id = common_event_id
end
