17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_golemquest5
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 6/12/2003 1:32:20 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "GolemQuest") == 5))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|