HiddenTradition_PRC8/_module/nss/sc_kerakquest2.nss
2024-06-20 15:47:42 -04:00

17 lines
446 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_kerakquest2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/16 19:46:11
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "KerakQuests") == 2))
return FALSE;
return TRUE;
}