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