11 lines
303 B
Plaintext
11 lines
303 B
Plaintext
|
#include "lcs_armr_include"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
object oItem = GetItemInSlot(INVENTORY_SLOT_CHEST, oPC);
|
||
|
int nNewLine = lcs_GetNextValidColor(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH2);
|
||
|
|
||
|
lcs_ModifyColorandEquipNewArmor(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH2, nNewLine);
|
||
|
}
|