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