About:

These two scripts work together. The first extends the existing quests and runs functions to calculate if certain quest objectives should be displayed as completed or not. The second script is attached to the player for the duration of the quest and creates the functions that are called by the first script. These two scripts, working together, will detect when specific objects are added or removed from the player’s inventory. This allows the quest to accurately track if the player has specific items and displays the quantity. Scripting makes accounting fun.

Next
Next

Papyrus: Sample 1