18 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			450 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//////////////////////////////////////////////////////////
 | 
						|
/*
 | 
						|
   Item Appearance Modification Conversation
 | 
						|
   Action Script: Set current selected part to
 | 
						|
   Left Thighand and Right Thighand
 | 
						|
*/
 | 
						|
/////////////////////////////////////////////////////////
 | 
						|
 | 
						|
#include "x2_inc_craft"
 | 
						|
#include "mk_inc_craft"
 | 
						|
 | 
						|
void main()
 | 
						|
{
 | 
						|
    MK_SetCurrentModParts(GetPCSpeaker(),
 | 
						|
        ITEM_APPR_ARMOR_MODEL_LTHIGH, ITEM_APPR_ARMOR_MODEL_RTHIGH,
 | 
						|
        83350, 83351);
 | 
						|
}
 |