- 0
How do I get of an error like this? npc_event: event not found
				
				
					Asked by 
Lord Ganja
				
				
				
			
- 
Recently Browsing 0 membersNo registered users viewing this page. 
 
				
				
					Asked by 
Lord Ganja
				
				
				
			
No registered users viewing this page.
By using this site, you agree to our Terms of Use.
I use an item that has a bonus that summons a slave clone, and whenever I unequipped the item it will call this functions for the clone to die.
function script unequip_item { killmonster strcharinfo(3), "clonecheck::On"+ getcharid(0); end;}Here's the script that summons the clone:
BUT whenever another player killed the clone I got this error.
Since 150031 is the clone master's id, I don't have any idea how to make the npc event for that so I can avoid the error.
Any ideas? Thanks in advance!
Share this post
Link to post
Share on other sites