Thread
:
credit card script help.
View Single Post
#
2
07-08-2009, 01:30 PM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Quote:
Originally Posted by
[email protected]
findnpc("npcname");?
Absolutely, and that's the command. However, you should just do this:
PHP Code:
balance
=
BankDB
.
getBalance
(
player
.
account
);
Change "BankDB" to whichever NPC stores the bank amounts, and change the function name (or change it to a variable).
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994