17 lines
444 B
Plaintext
17 lines
444 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_boxquest1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/4/2003 11:50:07 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "BoxQuest") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|