JoeBradleyUK 
			Member0  
	
		
			
Problem with enemy not disappearing 
 
				Sorry for all the questions recently, I bought a new laptop and I lost all the files from my old one, so I forgot how to do most things, anyway the problem is when I walk into the specified area, the character looks at the monster as stated, but the monster doesn't move whatsoever as it is told to.
			
			
:Work In Progress:
Insanity
				
(This post was last modified: 10-18-2011, 03:13 PM by JoeBradleyUK .) 
 
				
			 
		 
 
 
	10-16-2011, 10:59 AM  
		
	 
 
	
		Unearthlybrutal 
			Posting Freak26  
	
		
			
RE: Problem with patrol nodes 
 
				Maybe this helps
Spoiler below!  
 
 
			 
 
 
	10-16-2011, 11:21 AM  
		
	 
 
	
		JoeBradleyUK 
			Member0  
	
		
			
RE: Problem with patrol nodes 
 
				 (10-16-2011, 11:21 AM) Unearthlybrutal Wrote:  
Spoiler below!  
 
 What exactly did you change? 
			
 
			
			
:Work In Progress:
Insanity
 
 
 
	10-16-2011, 11:25 AM  
		
	 
 
	
		Unearthlybrutal 
			Posting Freak26  
	
		
			
RE: Problem with patrol nodes 
 
				AddEnemyPatrolNode("ScareTwoMonster", "ScareTwoNodeOne", 0.0f, "");
			
			
 
 
 
	10-16-2011, 01:33 PM  
		
	 
 
	
		JoeBradleyUK 
			Member0  
	
		
			
RE: Problem with patrol nodes 
 
				I found the problem, it was the fact that I didn't make the entity active to start with ^^
			
			
:Work In Progress:
Insanity
				
(This post was last modified: 10-16-2011, 04:42 PM by JoeBradleyUK .) 
 
				
			 
		 
 
 
	10-16-2011, 04:41 PM  
		
	 
 
	
		Unearthlybrutal 
			Posting Freak26  
	
		
			
RE: Problem with patrol nodes 
 
				You need to ensure that the enemy touches the area, 
			
			
 
 
 
	10-16-2011, 04:50 PM  
		
	 
 
	
		JoeBradleyUK 
			Member0  
	
		
			
RE: Problem with patrol nodes 
 
				 (10-16-2011, 04:50 PM) Unearthlybrutal Wrote:  I did the changes and made sure that the monster touches the area but it still does nothing. 
			
 
			
			
:Work In Progress:
Insanity
 
 
 
	10-16-2011, 05:15 PM  
		
	 
 
	
		Unearthlybrutal 
			Posting Freak26  
	
		
			
RE: Problem with enemy not disappearing 
 
				How about this? Does anything?
AddEntityCollideCallback("ScareMonsterTwo", "ScareTwoMonsterDisappear", "ScareTwoMonsterVanish", true, 1);
--->
AddEntityCollideCallback("ScareMonsterTwo", "ScareTwoMonsterDisappear", "ScareTwoMonsterVanish", false, 1);
			
 
 
 
	10-16-2011, 07:17 PM  
		
	 
 
	
		JoeBradleyUK 
			Member0  
	
		
			
RE: Problem with enemy not disappearing 
 
				 (10-16-2011, 07:17 PM) Unearthlybrutal Wrote:  
I found the problem, it wasn't what you said, it was just a silly mistake by me....again....I really need a proof reader >.< I changed The "ScareMonsterTwo" to "ScareTwoMonster" as it should be.
			
 
			
			
:Work In Progress:
Insanity
				
(This post was last modified: 10-18-2011, 03:13 PM by JoeBradleyUK .) 
 
				
			 
		 
 
 
	10-18-2011, 03:06 PM