Skip to content

Console "Amount" command

How do you give yourself multiples of the same item? For example, say I wanted 100 Arrows all at once. How would that work? Instead of getting one arrow at a time.

Thanks.

Comments

  •  TheArtisan TheArtisan Member Posts: 3,277
    C:CreateItem("arow01",100)
  • Grond0Grond0 Member Posts: 7,305
    You can use the same method to determine the number of charges on a charged item such as a wand.
Sign In or Register to comment.