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