REO-EE/_module/nss/lcs_clkclo1_next.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

16 lines
511 B
Plaintext

//:://////////////////////////////////////////////
//:: Created By: Cuprius
//:: Created On: 12/20/2007
//:: Based on similar original LCS scripts by Lilista
//:://////////////////////////////////////////////
#include "lcs_clk_include"
void main()
{
object oPC = GetPCSpeaker();
object oItem = GetItemInSlot(INVENTORY_SLOT_CLOAK, oPC);
int nNewLine = lcs_GetNextValidColor(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH1);
lcs_ModifyColorandEquipNewCloak(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH1, nNewLine);
}