18 lines
444 B
Plaintext
18 lines
444 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: 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;
|
|
}
|
|
|