Add Item (player->AddItem)
morrowind — Console Commands
Adds a specified item to the player's inventory, with optional count.
Syntax
player->AddItem "[itemID]" [count]
Example
player->AddItem "gold_001" 1000
💡 Notes
Item IDs are case-sensitive and must be in quotes if they contain spaces. Common IDs: gold_001, scroll_* , potion_* .
🎯 Tips & Tricks
Find item IDs
Use the console command 'help [item name]' to search for IDs.
Gold cheat
player->AddItem "gold_001" 50000 for instant wealth.
Test equipment
Add rare weapons like "daedric_warhammer" to try them out.
🔧 Troubleshooting
Item not appearing
Check the item ID spelling and ensure quotes are used correctly.
Game crashes with large counts
Add items in smaller batches (e.g., 100 at a time).
⚠️ Common Mistakes
- Using wrong item ID
- Adding quest items that break progression
- Typing count as a string instead of number
👍 Pros
- Grants any item instantly
- Can add multiple copies at once
- Works with quest items
- Essential for testing mods
👎 Cons
- Requires exact item ID knowledge
- May break quests if used improperly
- Can overload inventory with too many items