6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
int StartingConditional()
|
|
{
|
|
int nShow = OBJECT_INVALID != GetItemPossessedBy(GetPCSpeaker(), "BranchfromtheTreeofLifesEssence");
|
|
return nShow;
|
|
}
|