Skip to content

CLUA code for the Wooden Horse necklace?

I stupidly rushed through Neera's sidequests and forgot to collect this before it was too late so I want to try and console it in (I've enabled the CLUA console but never used it before) so the code would be much appreciated.
P.S. I'm playing v1.3

Comments

  • argent77argent77 Member Posts: 3,497
    Try this code:
    C:CreateItem("ohnamul2")
    If "C:" doesn't work, replace it by "CLUAConsole:".
  • dunbardunbar Member Posts: 1,603
    @argent77 Thanks a lot!
  • dunbardunbar Member Posts: 1,603
    edited July 2018
    @argent77 I got the console working (eventually) but the code you gave me is for the Amulet of the Hearthfire however I was looking for the Wooden Horse amulet that the little girl gives you in return for her hairband.
  • argent77argent77 Member Posts: 3,497
    Are you certain? Talisman of the Hearthfire is "ohnamul1" and Wooden Horse Necklace is "ohnamul2" in my game. I doubt there is a difference in v1.3 of the game.
  • dunbardunbar Member Posts: 1,603
    @argent77 I've got it now - it was a typo, I was confusing "l" with "1".
    Thanks again for your help.
  • argent77argent77 Member Posts: 3,497
    You can avoid typos by pasting the text directly into the debug console (Ctrl+V on Windows).
Sign In or Register to comment.