Aschbourne_PRC8/_module/nss/kpb_loanaccess1.nss
GetOffMyYarn 69879d6957 Areas and Fixes
Added CCOH and missing areas
Changed some areas to be craftable,
Fixed some on death issues,
Fixed the Gaurd
2024-08-30 11:38:44 -04:00

18 lines
637 B
Plaintext

////////////////////////////////////////////
// Kittrell's Persistent Banking System //
// Designed by: Brian J. Kittrell //
// //
// This script does the following: //
// //
// kpb_loanaccess(4) - These scripts //
// players to pay their loan, //
// depending on which amount they wish //
// to pay. //
////////////////////////////////////////////
void main()
{
object oPC = GetPCSpeaker();
SetCampaignInt("kpb_bank", "KPB_LOAN_PAY", 100, oPC);
ExecuteScript("kpb_payloan", OBJECT_SELF);
}