7 lines
162 B
Plaintext
7 lines
162 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
if (GetItemInSlot(INVENTORY_SLOT_CLOAK, oPC) == OBJECT_INVALID) return TRUE;
|
||
|
return FALSE;
|
||
|
}
|