Battledale_PRC8/_module/nss/ah_chairheart.nss

10 lines
215 B
Plaintext
Raw Permalink Normal View History

void main()
{
if (!GetIsObjectValid(GetSittingCreature(OBJECT_SELF)))
{
object oLap=GetNearestObjectByTag("ah_sitlap",OBJECT_SELF);
SetLocalInt(oLap,"inuse",0);
DestroyObject(OBJECT_SELF,0.0);
}
}