Shargast_PRC8/_module/Chapter 1/nss/mk_im_setfoot_b.nss

18 lines
440 B
Plaintext
Raw Normal View History

2024-08-03 14:13:18 -04:00
//////////////////////////////////////////////////////////
/*
Item Appearance Modification Conversation
Action Script: Set current selected part to
Left Foot and Right Foot
*/
/////////////////////////////////////////////////////////
#include "x2_inc_craft"
#include "mk_inc_craft"
void main()
{
MK_SetCurrentModParts(GetPCSpeaker(),
ITEM_APPR_ARMOR_MODEL_LFOOT, ITEM_APPR_ARMOR_MODEL_RFOOT,
83345, 83346);
}