QUOTE (Arthin @ Aug 7 2008, 05:26 AM)

OK. I just installed the script onto "Reseources" as said. I read through most of them. Badass script, really. Since I am still working on storyline, and got bored, I thought I might try find the scripts that I needed/wanted. And so, I found yours! Amazing, but since I kinda suck at scripts, I decided to try doing something simple. Like calling a bank. So I did like this.
$scene = Scene_Bank.new(0, 1, 10000, 15000, 1)
Worked, called it. But when I looked in Vault, this error popped up:
"Script 'Window_Bank_Number' line 148: No Method Error occured
Undefined Method 'name' for nil:NilClass"
What is this all about?
EDIT: Solved it, nothing in inventory :S
But still cant see which slots which is available. Like i see all slots as an open text box! Depositing, Withdrawing items are fine, though can't see which slots that's bought.
Is this normal?
One more thing. As I added rates 1, only savings have 100%, rest has zero. How must I define the $scene = Scene_Bank.new(bankID, rates, slotCost, loanMax, hasVault) for this to work?
rates requires an array of interest rates to function properly. Check the comments and the documentation in the OP, or examine one of the event in the demo for details.
QUOTE (Sinchross @ Aug 13 2008, 11:02 AM)

I don't like the loan system.
That is because my players can do more than one loan for time, and is possible do infinite money, doing many loans!
How can I disable totally the loan system??????
I try to do '@allowLoans = false ' ,
but that just not work...

There may be an error with that check in the loan system, I will take a look at it as soon as I am able.
QUOTE (Mooseman200 @ Aug 14 2008, 09:26 PM)

QUOTE (Netto @ Aug 14 2008, 05:46 PM)

QUOTE (Mooseman200 @ Aug 14 2008, 06:43 PM)

It has an error with line 473
Can you take a screenshot or something of the error box? there could be more than 1 possibility on the line.
sry and the error box says Type error has occurred no implicit conversation from nil to interger
sry I'm new i don't no how to upload screen shot
does tht help at all
u still there
The shopID you are passing is higher than the number of total shopkeepers - 1, or you've added one and loaded a game rather than relaunching.