Jump to content

Help finding a script function


Recommended Posts

So I am trying to set up an event function that will set a quest stage when the player sells one of any number of unique items. Rather than setting up an alias and attaching to specific references or having the quest constantly refresh and re-define the alias to be the closest item on the list, is there any way to set up a OnSell event using a list of form items?

Link to comment
Share on other sites

You could try using the story manager, i've literally only used the location change event but there is also player remove item that has ObjectForm and RemoveType parameters with the following posible values:

 

0 REMOVE_TYPE_NONE

1 REMOVE_TYPE_STOLEN

2 REMOVE_TYPE_CONSUMED

3 REMOVE_TYPE_SCRIPT

4 REMOVE_TYPE_DROPPED

5 REMOVE_TYPE_GIVEN

6 REMOVE_TYPE_PUT_IN_CONTAINER

7 REMOVE_TYPE_COUNT

 

Maybe given is sold? worth a shot.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...