Scriptname FishingNetRepairQuestScript extends QuestEvent OnStoryCraftItem(ObjectReference akBench, Location akLocation, Form akCreatedItem) Debug.notification("MAKIN' COPIES!!!") ; yes I'm THAT old... Debug.Trace(akItemBase + " was made at " + akBench + " in location " + akLocation)endevent
So... I made a priority 60 Quest, assigned it to begin on startup, and added the script. Hit the crafting table... nada.
What am I missing here? The CK wiki offers this cryptic advice: "Event called when this quest is started via a craft item story manager event." and I have no clue what that means... isn't assign on startup enough? "Story Manager" is just the radiant system, yes???
This isn't a quest per se - no beginning or end or dialog etc - I just need to know when they craft a net so I can keep a running tally of how many they have made, and "repair" any broken ones in the process.