17 lines
443 B
Plaintext
17 lines
443 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_ringmoss
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/6/2008 11:54:51 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "ringmoss") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|