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

17 lines
456 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_murin1st
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/19/2002 10:42:25 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked") == 1))
return FALSE;
return TRUE;
}