18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName bjhasgp250
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/21/2002 10:56:04 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(GetGold(GetPCSpeaker()) < 250)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|
|
|