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

17 lines
456 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName sc_murin1st2
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 4/29/2003 5:09:51 PM
//:://////////////////////////////////////////////
int StartingConditional()
{
// Inspect local variables
if(!(GetLocalInt(GetPCSpeaker(), "MurinFirstTimeTalked") == 2))
return FALSE;
return TRUE;
}