18 lines
437 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -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"));
}