If a shopkeeper screams at Alix for thieving, be sure to catch that on film!
I'm not sure if creatures are capable of picking up items, though. Well, we'll find out soon enough.
Oh, and for the ring, try this script and see if it works (compile it as an Object script):
CODE
scn alixRingSummonScript
short Toggle
begin onEquip player
if Toggle == 0
alixMouseREF.moveto player 20, 0, 0
set toggle to 1
endif
end
begin onUnequip player
if toggle != 0
set toggle to 0
endif
end
This post has been edited by Thomas Kaira: Jul 14 2011, 05:26 AM