alright, the goal of this script is to make it so when i place a book named 'hb' on a table, a nearby remote door will open. (This is an edit of a script inside the fps guide)
Heres my work so far:
[/code] ;Artificial Intelligence Script
;Header
desc = open up
;Triggers
:state=0,entitywithinzone=hb:activateifused=1,state=1
:state=1,entitywithinzone=0:activateifused=0,state=0
;End of Script [code]
So I was wondering if anyone know where the issue is, i know that I have all the other things set up correct as in I have the 'ifused' and 'remotedoor' etc.
(in line state=0 'hb' is the name of the entity)
Bob Dole sent me, he wants coffee.