PoA_PRC8/module/nss/sfpb_amount.nss
Jaysyn904 128e7e59a4 Initial upload
Initial upload
2022-10-07 14:20:31 -04:00

18 lines
437 B
Plaintext

//::///////////////////////////////////////////////
//:: 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"));
}