7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
int StartingConditional()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
if (GetItemPossessedBy(oPC, "anc_it_wolfskin") == OBJECT_INVALID) return FALSE;
|
|
return TRUE;
|
|
}
|