Aantioch_Infernum/_module/nss/lostplayer_ck1.nss

12 lines
178 B
Plaintext
Raw Normal View History

2023-08-08 16:22:17 -04:00
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (!(GetHitDice(oPC) == 1)) return FALSE;
if (!(GetLocalInt(oPC, "talkquest") == 0)) return FALSE;
return TRUE;
}