Here we go with yet another question!
Asking as I hope to avoid 4 hrs trying to figure out this problem.
This is the problem, i've created custom stats for some boots.
If I simply place the boots then assign the stats, everything works fine. I'm able to equip them and they are visible on the Player character.
However, if I go ahead and create a new item from the selected boots and assign the stats then placing them, they turn invisible when I equip them!
Any ideas what's causing this? I've tried with several different armor pieces, same result.
edit - Also, does anybody know how to make a character equip armor? this work wonders for Players, but when I try the same lines for a npc.. (Placed the helmet next to the npc to see if anything happened at all).
IF
GlobalEventSet("EquipPlayer")
AND
ItemGetHandle(ITEM_HadrianHelmet, _Handle)
THEN
CharacterEquipItemhandle(CHARACTER_L1_Hadrian, _Handle);
The helm disappears so the npc does react to the script.
What I assume is that the helm turns invisible when equipped!