9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
object oItem = GetItemPossessedBy(GetPCSpeaker(), "HouseFenLissCrest");
|
||
|
return oItem != OBJECT_INVALID;
|
||
|
}
|
||
|
|