Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
16
_module/nss/qst_needsitem1.nss
Normal file
16
_module/nss/qst_needsitem1.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC;
|
||||
int iResult;
|
||||
string sTag;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTag = GetLocalString(oPC,"QuestItemTag");
|
||||
|
||||
iResult = FALSE;
|
||||
if (sTag != "" && GetLocalInt(oPC,"QuestItemUnknown") == 0)
|
||||
iResult = TRUE;
|
||||
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user