20 lines
490 B
Plaintext
20 lines
490 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName has RCQ1
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/10/2002 8:39:30 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
|
|
if (GetItemPossessedBy(oPC, "RCQ1") == OBJECT_INVALID) return FALSE;
|
|
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|