Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
14
_module/nss/evil_advqst3_c1.nss
Normal file
14
_module/nss/evil_advqst3_c1.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oAngel;
|
||||
|
||||
iResult = FALSE;
|
||||
|
||||
oAngel= GetObjectByTag(GetLocalString(OBJECT_SELF,"Quest3"));
|
||||
|
||||
if (!GetIsObjectValid(oAngel))
|
||||
iResult = TRUE;
|
||||
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user