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