17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_lancequest9
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 03/07/11 18:24:16
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(GetLocalInt(GetPCSpeaker(), "LanceQuest") < 10)
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|