11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
#include "lcs_helm_include"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oItem = GetItemInSlot(INVENTORY_SLOT_HEAD, oPC);
|
|
int nNewLine = lcs_GetNextValidHelmColor(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH2);
|
|
|
|
lcs_ModifyColorandEquipNewHelm(oItem, ITEM_APPR_ARMOR_COLOR_CLOTH2, nNewLine);
|
|
}
|