Initial commit
Initial commit. Updated release archive.
This commit is contained in:
15
_module/nss/qp_itemcon2.nss
Normal file
15
_module/nss/qp_itemcon2.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "nw_i0_tool"
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
//:: Declare major variables
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
string sTag = SQLocalsUUID_GetString(oPC,"QPTag");
|
||||
|
||||
if (!(sTag == "") && HasItem(oPC, sTag))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user