- Home>
- RMXP Script >
- [RGSS] DRG - Limited Shop v2
Posted by : LiTTleDRAgo
May 8, 2013
Explanation
Version 2 from http://littledrago.blogspot.com/2013/03/rgss-drg-limited-shop.html
How to Use
Script :
$limited_shop = {
0 => ['i1','i2','i3','i4'], # This means item 1,2,3,4 didn't have limit
1 => ['w1','w2','a1'], # This means weapon 1,2 and armor 1 can bebought only 1 times
2 => ['a2'], # This means armor 2 can be bought 2 times
# The Feature Below can be disabled by setting SHOP_HAS_GOLD into false
'G' => 3000 # This means the shop is have 3000 gold If shop only have 0 gold, you can't sell anything
# Can be disabled in script
}
Related Posts :
RMXP Script
Demo no encontrado, el link no sirve
ReplyDeleteSorry, link fixed.
Delete