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

17 lines
443 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_boxques3
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 6/8/2003 10:46:54 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "BoxQuest") == 3))
return FALSE;
return TRUE;
}