11 lines
244 B
Plaintext
11 lines
244 B
Plaintext
#include "lcs_helm_include"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oItem = GetItemInSlot(INVENTORY_SLOT_HEAD, oPC);
|
|
int nNewLine = lcs_GetPreviousValidHelmModel(oItem);
|
|
|
|
lcs_ModifyandEquipNewHelm(oItem, nNewLine);
|
|
}
|