PDA

View Full Version : Paying people off


dim
09-24-2005, 05:16 PM
Does anyone know how to do a character event where an NPC will give the player/party something in exchange for money?

I can get it to deduct the amount no problem, but I can't figure out how to put in a check to see if the player/party actually HAS the required amount of money. And putting in a Yes/No styled dialog option wouldn't really work since the user could always just say Yes even if they don't have enough money.

On a related note, does anyone know how to call the amount of money the party has (so it can be referenced or displayed), or the amount of experience a party member has?

Thanks.

NikisKnight
09-24-2005, 11:02 PM
Sadly, sadly, I don't think it can be done. No way to call system variables like money, strength, party members, or items that aren't treasure, either as conditions, branches, or to display.
You can set up your own currency using variables...but there is no way to display it! (Except make an event with different branches for eaach amount, a daunting task if you to be specific!)