Changed folder name.
Changed folder name.
This commit is contained in:
14
_module/nss/sfpb_d_fail.nss
Normal file
14
_module/nss/sfpb_d_fail.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: Scarface's Persistent Banking
|
||||
//:: sfpb_d_fail
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Written By Scarface
|
||||
*/
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
// Check if the player has enough gold to bank
|
||||
return(GetGold(GetPCSpeaker()) < StringToInt(GetLocalString(OBJECT_SELF, "GOLD")));
|
||||
}
|
Reference in New Issue
Block a user