Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -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"));
}