Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
12
_module/nss/qst_overall1_c2.nss
Normal file
12
_module/nss/qst_overall1_c2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (SQLocalsUUID_GetInt(GetPCSpeaker(),"OverallQuest") ==100 && GetLocalString(GetPCSpeaker(),"Overall1NPC") == GetTag(OBJECT_SELF))
|
||||
iResult = TRUE;
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user