17 lines
459 B
Plaintext
17 lines
459 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_box_quest
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/8/2003 10:07:34 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "BoxQuest") == 2))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|