17 lines
461 B
Plaintext
17 lines
461 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_smithready
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 12/5/2002 2:42:23 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if((GetLocalInt(OBJECT_SELF, "QuestComplete") == 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|