20 lines
449 B
Plaintext
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;
|
|
}
|