me and johannesm have discovered this code here lately well it is very simple i was going to find a script for my game where the persons follows the other well i have changed the home script a bit the only little bug is than if you walk on a open space your mate wont follow so you have to stop up sometimes to see if he keeps following
here is the code
;Artificial Intelligence Script
;Header
desc = Homing In behaviour
;Triggers
:state=0:rotatetoplr
:state=1:rotatetoplr
:plrcanbeseen,plrdistfurther=70:settarget,state=1
:noiseheard=5:rotateheadrandom=85
:random=10:rotateheadrandom=45
:state=1:movetotarget,animate=2
:state=1,plrdistwithin=61:freeze,animate=1,state=0
:plrdistwithin=50,rateoffire:plraddhealth=-0
;End of Script
soon i will give up a link for my fps game website