Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
25
_module/nss/qst_c_11s1v0.nss
Normal file
25
_module/nss/qst_c_11s1v0.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
#include "utl_i_sqluuid"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
int iQuest;
|
||||
int iStep;
|
||||
int iOverallQuest;
|
||||
object oPC;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
iQuest = GetLocalInt(oPC,"Quest");
|
||||
iStep = GetLocalInt(oPC,"QuestStep");
|
||||
iOverallQuest = SQLocalsUUID_GetInt(oPC,"OverallQuest");
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
if (iQuest == 11 && iStep == 1 && iOverallQuest == 1)
|
||||
iResult = TRUE;
|
||||
|
||||
if (GetTag(OBJECT_SELF)=="en3_nick")
|
||||
iResult = FALSE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user