ScriptName xxContactsRef xxEyeglassesRef xxEaringsBegin OnEquip Player ; Grab us some head gear info set xxEyeglasses to Player.GetEquippedObject 11 set xxEarings to Player.GetEquippedObject 13 If xxEyeglasses.IsInList RepairGlasses Player.UnEquipItem xxEarings 0 1 EndIfEnd
now i'm fairly certain that it's just the IsInList part that i'm getting wrong, i've spent a couple of hours looking through GECK pages and Cipscis site and can't seem to figure out what i'm doing wrong. any thoughts?
thanks