Thanks for the answer. I'm just curious if you scripted it like so:
;Artificial Intelligence Script
;Header
desc = open up with weight
;Triggers
:state=0,anywithinzone=1:activateifused=1,state=1
:state=1,anywithinzone=0:activateifused=0,state=0
;End of Script
...would that work? Or, should it be scripted as:
;Artificial Intelligence Script
;Header
desc = open up with weight
;Triggers
:state=0,plrwithinzone=1:activateifused=1,state=1
:state=0,entitywithinzone=1:activateifused=1,state=2
:state=1,plrwithinzone=0:activateifused=0,state=0
:state=2,entitywithinzone=0:activateifused=0,state=0
;End of Script
Your script is fantastic the way it is, and I know it works. I'm just curious as to the difference between ANY and ENTITY. Maybe when I get home I'll have to test this out...
Priest of the Church of Joe Wood