Ancordia_PRC8/_module/nss/bjhasgp1.nss
Jaysyn904 102ba7dab6 Initial Commit
Initial Commit
2023-09-21 19:51:32 -04:00

18 lines
438 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName bjhasgp1
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/21/2002 10:56:04 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(GetGold(GetPCSpeaker()) < 1)
return FALSE;
return TRUE;
}