6 lines
129 B
Plaintext
6 lines
129 B
Plaintext
int StartingConditional()
|
|
{
|
|
if (GetItemPossessedBy(GetPCSpeaker(),"hide3")!=OBJECT_INVALID) return TRUE;
|
|
return FALSE;
|
|
}
|