  | 
	
	
	
		humorus3 Newbie
 
  Joined: 03 Sep 2017 Posts: 1
 
  | 
		
		  
			
			   Posted: Sun Sep 03, 2017 8:33 am   
  How do i match a trigger with another languege   | 
			 
			
				Hello  all 
 
 
I play Korean MUD game
 
 
I got a problem to make a trigger 
 
 
please see the below
 
 
 
당신은 전원의 단도을(를) 전원 경찰의 시체에서 꺼내 가졌습니다.        <-- you got a dagger from the corpse
 
당신은 오프콜 조끼을(를) 전원 경찰의 시체에서 꺼내 가졌습니다.         <-- you got a shirt from the corpse
 
당신은 1629 원을(를) 전원 경찰의 시체에서 꺼내 가졌습니다.             <-- you got 1629 gold from the corpse
 
 
what i want to do is to trash all the items from a corpse
 
 
But except golds
 
 
 
 
I know if its english MUD game i can just use 
 
 
 condition : you got a (%d) from the corpse
 
 trigger : %1 dump
 
 
 
but since it is a korean game.
 
i guess (%d) is only works with english alphabet.
 
 
please help me how to solve this problem 
 
 
Thanks for read my question | 
			 
		  | 
	
	
	  | 
		  
		 | 
	
	
		  | 
	
	
		shalimar GURU
  
  Joined: 04 Aug 2002 Posts: 4774 Location: Pensacola, FL, USA
  | 
		
		  
			
			   Posted: Thu Sep 07, 2017 3:13 am      | 
			 
			
				I don't think CMUD is compatible with unicode, which i believe is needed for most languages that use logograms.
  | 
			 
		  | 
	
	
	  
		  
		    
			  _________________ Discord: Shalimarwildcat | 
			       | 
			 
		   
		 | 
	
	
		  | 
	
	
		| 
		
		 | 
	
	
		 |