PoA_PRC8/_module/nss/sfpb_conv.nss

20 lines
508 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: 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);
}
}