Changed folder name.
Changed folder name.
This commit is contained in:
19
_module/nss/sfpb_conv.nss
Normal file
19
_module/nss/sfpb_conv.nss
Normal file
@@ -0,0 +1,19 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Scarface's Persistent Banking
|
||||
//:: sfpb_conv
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Written By Scarface
|
||||
*/
|
||||
//////////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
BeginConversation();
|
||||
if (GetListenPatternNumber() == 1 &&
|
||||
GetLastSpeaker() == GetPCSpeaker())
|
||||
{
|
||||
string sGold = GetMatchedSubstring(0);
|
||||
SetLocalString(OBJECT_SELF, "GOLD", sGold);
|
||||
SetCustomToken(1000, sGold);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user