17 lines
463 B
Plaintext
17 lines
463 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_peliosquest
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/21/2003 12:39:27 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(OBJECT_SELF, "nPeliosQuest") != 1))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|