I've looked at other quests and their scripts but I just can't figure out how to get it to work.
I know that "Start()" starts the quest. It works just fine.
SetObjectiveDisplayed(0) displays my objective correctly.
Start()SetObjectiveDisplayed(0)ObjectReference EADQuest01Lettergame.getPlayer().addItem(EADQuest01Letter, 1)
Those last two lines are not giving me compiler errors, which I take to be a good thing; however they are also not giving me my item either.
When I enter the game the Started text pops up, my objective displays, and my journal has the quest but my item is not appearing in my inventory.
I guess what I'm asking is if I have written the code correctly or do I need to add something else somewhere else to get it to enter my inventory?
Thanks in advance for all the help.