Changed folder name.
Changed folder name.
This commit is contained in:
17
_module/nss/sfpb_amount.nss
Normal file
17
_module/nss/sfpb_amount.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: 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"));
|
||||
}
|
Reference in New Issue
Block a user