UW2_PRC8/_module/nss/sfpb_invalid.nss

16 lines
419 B
Plaintext
Raw Permalink Normal View History

2023-09-25 20:24:01 -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);
}