PoA_PRC8/_module/nss/sfpb_amount.nss

18 lines
437 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: Scarface's Persistent Banking
//:: sfpb_amount
//:://////////////////////////////////////////////
/*
Written By Scarface
*/
//////////////////////////////////////////////////
void main()
{
// Set the banker to listen
SetListening(OBJECT_SELF, FALSE);
// Set the custom token for the amount spoken
SetCustomToken(1000, GetLocalString(OBJECT_SELF, "GOLD"));
}