You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
@@ -1,3 +1,5 @@
|
||||
MAHOGANYTOWN_RAGECANDYBAR_PRICE EQU 300
|
||||
|
||||
const_def 2 ; object constants
|
||||
const MAHOGANYTOWN_POKEFAN_M
|
||||
const MAHOGANYTOWN_GRAMPS
|
||||
@@ -54,13 +56,13 @@ RageCandyBarMerchantScript:
|
||||
special PlaceMoneyTopRight
|
||||
yesorno
|
||||
iffalse .Refused
|
||||
checkmoney YOUR_MONEY, 300
|
||||
checkmoney YOUR_MONEY, MAHOGANYTOWN_RAGECANDYBAR_PRICE
|
||||
ifequal HAVE_LESS, .NotEnoughMoney
|
||||
giveitem RAGECANDYBAR
|
||||
iffalse .NoRoom
|
||||
waitsfx
|
||||
playsound SFX_TRANSACTION
|
||||
takemoney YOUR_MONEY, 300
|
||||
takemoney YOUR_MONEY, MAHOGANYTOWN_RAGECANDYBAR_PRICE
|
||||
special PlaceMoneyTopRight
|
||||
writetext RageCandyBarMerchantSavorItText
|
||||
waitbutton
|
||||
|
||||
Reference in New Issue
Block a user