DOUBLEX RMVXA BUY ADDON TO GALV'S PAWN SHOP

RPG Maker VX Ace

Adds the 'buy' version of Galv's Pawn Shop

  • DoubleX
  • 04/15/2014 03:41 AM
  • 925 views
Current Version
v1.00a

#==============================================================================|
#  ** You only need to edit this part as it's about what this script does      |
#------------------------------------------------------------------------------|

module DoubleX_RMVXA
  module Pawn_Shop_Buy_Addon

#------------------------------------------------------------------------------|
#  * BUY_SWITCH_ID, default = 0                                                |
#    If BUY_SWITCH_ID > 0, switch with id BUY_SWITCH_ID will set pawn shops to |
#    be buy and sell shops when that switch is flipped on and off respectively |
#------------------------------------------------------------------------------|
    BUY_SWITCH_ID = 0

#------------------------------------------------------------------------------|
#  * BUY_VALUE_VARIABLE_ID, default = 0                                        |
#    If BUY_VALUE_VARIABLE_ID > 0, variable with id BUY_VALUE_VARIABLE_ID will |
#    multiply the buying price in pawn shops by the value of that variable     |
#    divided by 100                                                            |
#------------------------------------------------------------------------------|
    BUY_VALUE_VARIABLE_ID = 0

#------------------------------------------------------------------------------|
#  * BUY_SE, default = ["", 80, 100]                                           |
#    BUY_SE is the SE with ["file name without extension", volume, pitch]      |
#    played upon buying items in pawn shops. ["", volume, pitch] means that the|
#    default shop sound will be played with volume volume and pitch pitch      |
#------------------------------------------------------------------------------|
    BUY_SE = ["", 80, 100]

  end # Pawn_Shop_Buy_Addon
end # DoubleX_RMVXA

#==============================================================================|


Features
Similar to that of Galv's Pawn Shop