Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
16
_module/nss/nh_q1_c2.nss
Normal file
16
_module/nss/nh_q1_c2.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oMob;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (GetLocalInt(GetPCSpeaker(),"NHQuest") == 1)
|
||||
{
|
||||
oMob = GetObjectByTag(GetLocalString(OBJECT_SELF,"QuestCreatures"));
|
||||
if (!GetIsObjectValid(oMob))
|
||||
iResult = TRUE;
|
||||
}
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user