2024-06-20 15:47:42 -04:00

17 lines
464 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_figurequest2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 03/08/17 19:24:07
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "FigurineQuest") == 2))
return FALSE;
return TRUE;
}