Alangara_PRC8/_module/nss/jh_bnk_x_icheck.nss

11 lines
251 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
void main()
{
string sName = GetTag(OBJECT_SELF);
int iInt = GetCampaignInt("bnkblnc"+sName,"bnkblnc_"+sName);
int nInt = iInt-1;
string sInt = IntToString(nInt);
SendMessageToPC(GetPCSpeaker(),"There is currently "+sInt+" gold in the account.");
}