LoanSharks - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: LoanSharks (/thread-7188.html) |
LoanSharks - kyonides - 12-21-2017 LoanSharks
by Kyonides-Arkanthos Introduction This scriptlet lets your heroes get personal loans from your "friendly" loan sharks? Features You may set the maximum amount of gold your heroes can get from the loan shark, the number of steps the heroes might do before they get charged a "modest fee" by the loan shark, and the interest percent itself. Now you may even make good use of invisible timers and game switches to create interesting bone-breaking events! Script Calls Total Amount $game_party.loans Get a New Loan! $game_party.new_loan(loanshark_id, amount) Make a payment! $game_party.pay_loan(loanshark_id, amount) Get extra money! $game_party.increase_loan(loanshark_id, amount) Disable Loans! Loans.freeze_loans Enable Loans! Loans.thaw_loans The Script Itself Code: # * LoanSharks Terms & Conditions You got to credit me for making this scriptlet! RE: LoanSharks - kyonides - 12-24-2017 Sneezing a Bump out of my reddish nose!
I was just hanging around when I came up with a way to implement a suggestion made by some boring people in the last couple of days. The results were a new version of my scriptlet, and I had to post it here obviously... Let's see if anyone really includes some bad ass mafioso or dozens of thugs in their videogames! |