17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_pulgh
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/20/2007 9:39:02 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "pulgh") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|