CURRENCY QUESTIONS
Posts
Pages:
1
I have a few questions about currency. For starters how do I change the name of currency. That isn't my real problem. What I really want to know is, if it's possible to add more than one type of currency. What I'm trying to do here is add a morality system. The amount of the currency would affect certain pathways. I'd create events that depend on the currency and how much of it. So that it would change based on the amount.
Oh, sorry, I forgot to mention that. RPG Maker 2003.
Also If Possible, allow negative currency. I don't need that so much, just mainly for looks
Also If Possible, allow negative currency. I don't need that so much, just mainly for looks
String tab in the database, page 4 of it has the option to change the currencies name.
And you can just use variables to keep track of morality. If you want that info to be displayed to the player, you can do things like have a notepad item which if you use it, shows some player stats like the Morality. You can have it so that the variable corresponds with a certain message too.
"Variable: Morality = -50"
Show message: "You are as evil as it gets. the evil Overlord taking over the world has given up their throne for you."
Well, a better message than that anyway. But otherwise, unless you use RM20XX (which is in the works!), then no you're not going to display the info directly on the menu itself. Maybe just show a picture for your morality whenever the info is relevant, like say making a good or bad choice.
There's always a workaround in RM2k3!
And you can just use variables to keep track of morality. If you want that info to be displayed to the player, you can do things like have a notepad item which if you use it, shows some player stats like the Morality. You can have it so that the variable corresponds with a certain message too.
"Variable: Morality = -50"
Show message: "You are as evil as it gets. the evil Overlord taking over the world has given up their throne for you."
Well, a better message than that anyway. But otherwise, unless you use RM20XX (which is in the works!), then no you're not going to display the info directly on the menu itself. Maybe just show a picture for your morality whenever the info is relevant, like say making a good or bad choice.
There's always a workaround in RM2k3!
Pages:
1














