Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
17
_module/nss/qst_first_c.nss
Normal file
17
_module/nss/qst_first_c.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
string sTagMe;
|
||||
object oPC;
|
||||
int iFirstQuest;
|
||||
int iResult;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTagMe = GetTag(OBJECT_SELF);
|
||||
iFirstQuest = GetLocalInt(oPC,"FirstQuest");
|
||||
|
||||
iResult = FALSE;
|
||||
if (iFirstQuest == 0 && sTagMe == "en3_berister")
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user