AOC_PRC8/_module/nss/ifless1000gp.nss
Jaysyn904 5e558169a0 Initial Commit
Initial Commit
2025-04-03 11:24:16 -04:00

20 lines
449 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_008
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 10/07/2004 10:41:30 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetGold(oPC) <= 999)
return TRUE;
return FALSE;
}