Quest item

Post » Tue Jun 19, 2012 9:30 am

Simple question, how do I set an item to be a quest one? I mean an item that can't be dropped from the inventory if not with script commands. It have to be a property in a quest script?
User avatar
Ellie English
 
Posts: 3457
Joined: Tue Jul 11, 2006 4:47 pm

Post » Mon Jun 18, 2012 11:07 pm

You can do this by setting an alias. When the item is filled into that alias (on the beggining of a quest, usually) it will get special properties which you set. For instance you can make an actor alias and set is as Essential. Then the actor that becomes attached to this alias will also become essential for the duration of that quest.
User avatar
Veronica Flores
 
Posts: 3308
Joined: Mon Sep 11, 2006 5:26 pm

Post » Tue Jun 19, 2012 11:33 am

You can do this by setting an alias. When the item is filled into that alias (on the beggining of a quest, usually) it will get special properties which you set. For instance you can make an actor alias and set is as Essential. Then the actor that becomes attached to this alias will also become essential for the duration of that quest.
Or until you clear the alias in a script.
User avatar
DAVId MArtInez
 
Posts: 3410
Joined: Fri Aug 10, 2007 1:16 am

Post » Tue Jun 19, 2012 3:38 am

Thanks.
User avatar
Stay-C
 
Posts: 3514
Joined: Sun Jul 16, 2006 2:04 am


Return to V - Skyrim