Quote: "Anyway I was wondering if some one could make me a script where if you press a button on a keyboard it wood make an enimy chase you"
Here is a very basic version using the Enter Key...
;Artificial Intelligence Script
;Conjured Entertainment
desc = Stalker
;Triggers
:state=0,plrusingaction=1:state=1
:state=1:rotatetoplr,movefore=2,animate=2
;End of Script
You can add whatever else you want him to do.
Like this little addition should turn the Stalker into a Flesh Eating Zombie...
;Artificial Intelligence Script
;Conjured Entertainment
desc = Zombie
;Triggers
:state=0,plrusingaction=1:state=1
:state=1:rotatetoplr,movefore=2,animate=2
:state=1,plrdistwithin=70:plraddhealth=-1
;End of Script
You better run from him now!