17 lines
442 B
Plaintext
17 lines
442 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_postquest
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 10/7/2003 1:36:44 AM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "quest") == 30))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|