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