17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_vamtomb
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/5/2008 7:04:37 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "vamtomb") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|