17 lines
454 B
Plaintext
17 lines
454 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName isuser
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/26/2008 8:41:24 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "DESC_USER") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|