11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_145
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
|
||
|
if (GetItemPossessedBy(oPC, "PL4HealersEye") == OBJECT_INVALID) return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|