generated from Jaysyn/ModuleTemplate
15 lines
434 B
Plaintext
15 lines
434 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_checkmom0
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/18/2002 7:39:22 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
if(GetLocalInt(GetPCSpeaker(),"lv_meanoldman")==0)
|
|
return TRUE;
|
|
else
|
|
return FALSE;
|
|
}
|