generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
14
_module/nss/de1_wayq2chk2.nss
Normal file
14
_module/nss/de1_wayq2chk2.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Checks if the player has been allowed inside the jail but has not spoken to
|
||||
// warden fratz about the orcish problem.
|
||||
/////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
|
||||
iResult = GetLocalInt(GetModule(), "nWaymootQuest2")== 2;
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user