Areas and Fixes
Added CCOH and missing areas Changed some areas to be craftable, Fixed some on death issues, Fixed the Gaurd
This commit is contained in:
12
_module/nss/kpb_int_balance.nss
Normal file
12
_module/nss/kpb_int_balance.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "kpb_dateinc"
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nBalance = GetCampaignInt("kpb_bank", "KPB_BANK_BALANCE", oPC);
|
||||
|
||||
string sBalance = IntToString(nBalance);
|
||||
SetCustomToken(25, sBalance);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user