15.06.2013, 22:52 
	
	
	
		You must forward every public function. If you don't forward a public function, you will get the warning 235. Add the following line somewhere (along with other function declarations) at the top of your script:
	
	
	
	
pawn Code:
forward Follower(npcid, targetid);


