#include "lcs_helm_include" void main() { object oPC = GetPCSpeaker(); object oItem = GetItemInSlot(INVENTORY_SLOT_HEAD, oPC); int nNewLine = lcs_GetPreviousValidHelmColor(oItem, ITEM_APPR_ARMOR_COLOR_METAL1); lcs_ModifyColorandEquipNewHelm(oItem, ITEM_APPR_ARMOR_COLOR_METAL1, nNewLine); }