Ancordia_PRC8/_module/nss/bjhasgp1000.nss

18 lines
444 B
Plaintext
Raw Permalink Normal View History

2023-09-21 19:51:32 -04:00
//::///////////////////////////////////////////////
//:: FileName bjhasgp1000
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/21/2002 10:56:04 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(GetGold(GetPCSpeaker()) < 1000)
return FALSE;
return TRUE;
}