Initial upload
Initial upload
This commit is contained in:
10
_module/nss/xx_quest_start.nss
Normal file
10
_module/nss/xx_quest_start.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "pqj_inc"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
//SendMessageToPC(GetPCSpeaker(),"Q: "+IntToString(RetrieveQuestState("TUTORQUEST", GetPCSpeaker())));
|
||||
if(RetrieveQuestState("TUTORQUEST", GetPCSpeaker()) == 0)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user