Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/qst_c_zach.nss
Normal file
14
_module/nss/qst_c_zach.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
string sTag;
|
||||
|
||||
sTag = GetLocalString(GetPCSpeaker(),"QuestTargetNPC");
|
||||
|
||||
|
||||
iResult = FALSE;
|
||||
if(sTag == "en3_Zach")
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user