madgamer Posted February 8, 2011 Share Posted February 8, 2011 I looked it up on the Morrowind WIKI and it said "player->additem_ebony_bracer_left 1". I tried that changing the words around around not using dashes in between the words. Is this wording right? can someone please give me the exact line to enter as I don't seem to have it correct Thanks,Madgamer Link to comment Share on other sites More sharing options...
LegoManIAm94 Posted February 8, 2011 Share Posted February 8, 2011 (edited) Try this. I know that you don't put a "_" between "additem_ItemID" player->additem ebony_bracer_left 1 Edited February 8, 2011 by LegoManIAm94 Link to comment Share on other sites More sharing options...
Roana Posted March 29, 2011 Share Posted March 29, 2011 Hello, the correct term to change something with the console is to _use_ the quotes around the ID that should be changed. So you can solve your problem with this term: player->additem "ebony_bracer_left" 1 With this term in basic you write a script command, so for example the meaning of the above is: Object = playershall do = ->Action = additemwhat = "Item ID"how many = 1 In scripts in Morrowind IDs always have to be set in quotes. For example you can also change the current weather, if you are tired of _again_ ashstorm, rain, whatever (e.g. changeweather "Ashlands Region" 1), but for this, you would have to know, in which region you are and what weather have which number (e.g. 1 = cloudy) ;) I hope this helps to understand, what you are doing in the console. Greetings Roana (who wish, 3dsMax would be for free, cause I have a problem with a mesh, I want for my own texture - a good looking face for my char *sigh*) Link to comment Share on other sites More sharing options...
Recommended Posts