RPG Maker MV Bank

Channel:
Subscribers:
109
Published on ● Video Link: https://www.youtube.com/watch?v=tKfcGusM2SI



RPG Maker MV
Game:
Duration: 1:18
43 views
0


◆Control Variables:#0011 Player$ = Gold
◆Text:None, Window, Bottom
: :What do would you like to do?
: :Cash in pocket: $\v[11]
: :Money in bank: $\v[12]
◆Show Choices:Deposit, Withdraw (Window, Right, #1, #2)
:When Deposit
◆Input Number:$Transfer, 8 digits
◆Control Variables:#0011 Player$ = Gold
◆If:Player$ ≥ $Transfer
◆Play SE:Coin (40, 110, 0)
◆Change Gold:- {$Transfer}
◆Control Variables:#0012 BankBalance += $Transfer

:Else
◆Play SE:Buzzer1 (20, 70, 0)
◆Text:None, Window, Bottom
: :Sorry you don't have $\v[10]...
: :You only have $\v[11]...

:End

:When Withdraw
◆Input Number:$Transfer, 8 digits
◆If:BankBalance ≥ $Transfer
◆Play SE:Coin (40, 60, 0)
◆Change Gold:+ {$Transfer}
◆Control Variables:#0012 BankBalance -= $Transfer

:Else
◆Play SE:Buzzer1 (20, 70, 0)
◆Text:None, Window, Bottom
: :Sorry you don't have $\v[10] in your account...
: :You only have a balance of $\v[12]...

:End

:End







Other Statistics

RPG Maker MV Statistics For Stark

At this time, Stark has 43 views for RPG Maker MV spread across 1 video. His channel published less than an hour of RPG Maker MV content, less than 0.42% of the total video content that Stark has uploaded to YouTube.