Shargast_PRC8/_module/Chapter 1/nss/mk_im_setbicep_b.nss
Jaysyn904 66a0a3e043 Initial commit
Initial commit.
2024-08-03 14:13:18 -04:00

18 lines
442 B
Plaintext

//////////////////////////////////////////////////////////
/*
Item Appearance Modification Conversation
Action Script: Set current selected part to
Left Bicep and Right Bicep
*/
/////////////////////////////////////////////////////////
#include "x2_inc_craft"
#include "mk_inc_craft"
void main()
{
MK_SetCurrentModParts(GetPCSpeaker(),
ITEM_APPR_ARMOR_MODEL_LBICEP, ITEM_APPR_ARMOR_MODEL_RBICEP,
7151, 7147);
}