6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetLocalInt(GetArea(OBJECT_SELF), "DiscoveredDungeon") == TRUE && GetHitDice(GetPCSpeaker()) >= 5) return TRUE;
|
|
return FALSE;
|
|
}
|