PoA_PRC8/_module/nss/sfpb_invalid.nss

16 lines
419 B
Plaintext
Raw Permalink Normal View History

2022-10-07 14:20:31 -04:00
//::///////////////////////////////////////////////
//:: Scarface's Persistent Banking
//:: sfpb_invalid
//:://////////////////////////////////////////////
/*
Written By Scarface
*/
//////////////////////////////////////////////////
int StartingConditional()
{
string sGold = GetLocalString(OBJECT_SELF, "GOLD");
// Check if amount spoken is valid
return (sGold == "" || GetStringLength(sGold) > 9);
}