Quest and script fixes for quest
This commit is contained in:
17
_module/nss/king_seal_ck2.nss
Normal file
17
_module/nss/king_seal_ck2.nss
Normal file
@@ -0,0 +1,17 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName olina_getvar1
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 10/10/2003 22:16:42
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetLocalInt(GetPCSpeaker(), "warlord_head") == 1)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
// Inspect local variables
|
||||
if(GetLocalInt(GetPCSpeaker(), "sarumseal") == 1)
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user