18 lines
474 B
Plaintext
18 lines
474 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName res_evil_cv
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Dezran
|
||
|
//:: Created On: 3/17/2003 8:40:23 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(oPC, "Res_Align") == 1))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|