Talk:Scripting Tutorial: Custom Bound Items
From The Elder Scrolls Construction Set Wiki
Thanks for this tutorial, I've been trying to find out, how an item can determine its bearer...and it's here! I think I'd never even tried "GetContainer".
I've been doing some tests because of annoyances with scripts on items when transfering the with "RemoveAllItems". It's documented here: http://www.elderscrolls.com/forums/index.php?showtopic=492245 The result is, that scripts using "OnEquip" might fail (or: usually fail) to work, if the item is handed to a companion using companion share: the block is not executed.
Andreas.
[edit] Query
Your explanation is really good, thankyou. I'm planning on creating summon spells where i summon multiple NPC's or creatures at once. and i plan to then reward these spells to a player upon eqipping a ring. but i want to make these spells permanent, hence reward.
any tips or tutorial scripts? :)
thanks
[edit] Thanks
Thanks for this tutorial it was very informative and lead to my first (non-generic ie. not "Hello world") mod with scripting in it. I adapted it to summon a robe, hood and dagger. Leonidas 04:40, 3 June 2007 (EDT)

