| Latest News |
|
|
RPG Palace:
| FFVIII Salary System - Foul |
Maxy: Another old tutorial for a long dead version of the Palace. I do not know what became of Foul so there's no guarantee his email address is still active, if want to reach him.
A tutorial on a salary system from FFVIII.
It's like: while you're playing you get paid at
regular intervals. You need Kamau's Game timer code for this to work.
-Go to the Common Events page
-Create a common event called Salary or whatever you want to name it
-Make it parallel and create a switch called Pay System
-Then submit the following code:(This is for only every hour)
<>Fork Optn:Varbl[xxxx:timer minutes]-59
<>Fork Optn:Varbl[xxx:timer seconds]-59
<>Variable Op:[xxxx:money] Set, Money#
<>Change Money: OwnMoney 1000Incr.
<>Play sound effect (optional)
<>Set Message Options: Trnsp, Mid, Fixed, Events Moves Ban (on one line of course)
<>Message:
(Whatever you want it to say that you received you salary)
<>Set Message Options (Back to what you had before)
<>Change Switch: Pay System - OFF Set
<>Change Switch: Pay System - ON Set
:Excepting Case:
<>Change Switch: Pay System - OFF Set
<>Change Switch: Pay System - ON Set
:End Case:
<>Change Switch: Pay System - OFF Set
<>Change Switch: Pay System - ON Set
:Excepting Case:
<>Change Switch: Pay System - OFF Set
<>Change Switch: Pay System - ON Set
:End Case:
<>Change Switch: Pay System - OFF Set
<>Change Switch: Pay System - ON Set
<>
The extra Off and On's are for a fail-safe reason. All that money
earning takes less than a second so this is just to make sure that you
don't keep receiving money.
By Foul
|
|
|