Quest and script fixes for quest

This commit is contained in:
EpicValor
2023-10-12 22:59:45 -05:00
parent 043b9846f9
commit c3e1040894
43 changed files with 8051 additions and 1465 deletions

View 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;
}