Files
HeroesStone_PRC8/_module/nss/sel_sc_healer1.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

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;
}