Alangara_PRC8/_module/nss/bastorian_q1_d_2.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

23 lines
357 B
Plaintext

#include "mn_i_pwfunctions"
int StartingConditional()
{
object oPC = GetPCSpeaker();
if (GetHitDice(oPC) < 20) return FALSE;
// return TRUE;
// *** has done the first quest *** //
string questId = "quest_0301";
int iResult;
iResult = CheckQuestStatus(GetPCSpeaker(), questId, QUEST_COMPLETED);
return iResult;
}