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