14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
//////////////////////////////////////////////////////////
|
|
/*
|
|
Item Appearance Modification Conversation
|
|
Action Script: Set current selected part to
|
|
Torso
|
|
*/
|
|
// created/updated 2003-06-24 Georg Zoeller, Bioware Corp
|
|
/////////////////////////////////////////////////////////
|
|
#include "x2_inc_craft"
|
|
void main()
|
|
{
|
|
CISetCurrentModPart(GetPCSpeaker(),ITEM_APPR_ARMOR_MODEL_ROBE,7144);
|
|
}
|