17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName bill_var_check
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/3/2003 8:29:49 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "skeletonquest") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|