hey guys, im new to chaos project so hello!

I'm just looking for a simple shop script that looks good, here's what i need
- Neat and simple interface
- User must spend from a Variable, and not the Gold
- When something is purchased, it must delete that option for future purchase, and do a script call (rather than give an item)
- And i want to be able to use a script call to add new items to this shop.
If anyone can help I would be greatful!
Oh and i recently grabbed a script off here for combining maps, which is great and ofcourse ive credited it in my game! but unfortunately
it resets the camera position to the top left of the screen whenever i combine a map,
its this bit that is the problem;
# Initialize displayed coordinates
@display_x = 0
@display_y = 0
is there anyway this can be reset to the players location? or to two variables that I can set to the players location myself?
Thanks alot guys!

I figured it out and feel pretty dumb, it was simpler than i thought, if anyone has that script and needs to know how to stop this
then just delete that section from the script lol
dont need the shop anymore guys! thanks but gonna do it a simpler way!