generated from Jaysyn/ModuleTemplate
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sr_trielafia1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/9/2002 8:33:49 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if (GetGold(GetPCSpeaker()) >= 50*GetHitDice(GetPCSpeaker()))
|
|
return TRUE;
|
|
|
|
return FALSE;
|
|
}
|