hmm no matter what i do i just cant get any chat to work i have tied to do like this:
player.additem 0000433f
player.additem minigun 0000433f
and all other kind but can get it to work
anyone can show me how to type is correct?
as for the player.additem command.
it works like this: player.additem #itemnumber #quantity
player is the target. you can use what ever target you want. (had much fun putting 100 of the heaviest hammer into the inventory of one of the arena enemys in oblivion)
additemis the action that takes place
#itemnumber is the number the item has in the games database. it usually is 8 characters long, but you dont need to type the leading 0's (zero's). so for the bobbypins you dont need to type "0000000a". a simple "a" is enough.
#quantity is how many you want in your inventory, or the inventory of your target. for weapons 1 should be enough, for amunition, you should take some more.
as a reminder: you need ALL the parts of the command!
without specifying the quantity, the command won't execute.
you should use the "search"-funktion in the forums.
if you would have use it, you might have found this thread: Link
hmm no matter what i do i just cant get any chat to work i have tied to do like this:
player.additem 0000433f
player.additem minigun 0000433f
and all other kind but can get it to work
anyone can show me how to type is correct?
You're VERY close to getting it right in your first example. You just need to add the quantity to the command that you want for it to work. Notice there's a "space" between the " f " and the " 1 "
player.additem 0000433f 1
[Edited by 42N8Son, 11/8/2008 7:56:14 AM]