Jump to content

lost it again


madgamer

Recommended Posts

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

  • 1 month later...

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 = player

shall do = ->

Action = additem

what = "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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...