Well after spending some time learning how to create scripts, I tried making my own little one, except it won't work...
It is a script where if the player can be seen, the entity will follow. If not, he will do nothing.
;Artificial Intelligence Script
;Header
desc = Interaction Test
;Triggers
:state=0:,plrcanbeseen:followplr=1
:state=0:,plrcannotbeseen:state=1
:state=1:none
;End of Script
What is wrong with this? I put myself and a character in a map and I assign his main to my script, yet he does nothing when I walk up to him...
Yes this seems very stupid but if I don't ask, I'll never learn...