Initial commit
Initial commit. Updated release archive.
This commit is contained in:
17
_module/nss/qst_mq2_c3.nss
Normal file
17
_module/nss/qst_mq2_c3.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC;
|
||||
int iResult;
|
||||
string sTag;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTag = "en6_mq2item";
|
||||
|
||||
iResult = FALSE;
|
||||
if (HasItem(oPC,sTag))
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user