Battledale_PRC8/_module/nss/jw_tree2_tr.nss

12 lines
230 B
Plaintext
Raw Permalink Normal View History

void main()
{
object oObject = GetEnteringObject();
if (GetIsObjectValid(oObject)&&GetIsPC(oObject))
{
SetLocalObject(OBJECT_SELF,"treedisturbed",oObject);
SignalEvent(GetObjectByTag("jw_wilberforce"),EventUserDefined(60));
}
}