PoA_PRC8/_module/nss/sageforest2.nss

9 lines
158 B
Plaintext
Raw Normal View History

2022-10-07 14:20:31 -04:00
#include "nw_i0_tool"
int StartingConditional()
{
object oItem = GetItemPossessedBy(GetPCSpeaker(), "ForestGarnet2");
return oItem != OBJECT_INVALID;
}