Please note that new user registrations disabled at this time.

Help with Additem

This forum is to be used for all discussions pertaining to Bethesda Softworks' The Elder Scrolls III: Morrowind and its Tribunal and Bloodmoon expansion packs.
Post Reply
User avatar
Andrew Rei
Posts: 23
Joined: Tue Dec 02, 2003 6:46 pm
Location: St. Louis
Contact:

Help with Additem

Post by Andrew Rei »

can anyone tell me the correct way to add gold because so far everything everybody's told me hasn't worked
Isn't Trueflame the coolest weapon ever?
User avatar
Foss
Posts: 343
Joined: Sat Jan 06, 2001 11:00 pm
Location: Copenhagen, Denmark
Contact:

Post by Foss »

Well, I would guess this would be correct, though I have never tried it with gold:

player->AddItem, Gold_100, NUMBER


The NUMBER has to be a real number like:

player->AddItem, Gold_100, 100

Try that...
User avatar
Andrew Rei
Posts: 23
Joined: Tue Dec 02, 2003 6:46 pm
Location: St. Louis
Contact:

Post by Andrew Rei »

O man thanks Foss it works great... i think the reason why mine wasn't working is cuz i forgot the player->, but thanks alot u have no clue how much this help
Isn't Trueflame the coolest weapon ever?
User avatar
ScionOfNerevar
Posts: 126
Joined: Tue Oct 21, 2003 2:54 pm
Location: New York
Contact:

Post by ScionOfNerevar »

Originally posted by Foss
Well, I would guess this would be correct, though I have never tried it with gold:

player->AddItem, Gold_100, NUMBER


The NUMBER has to be a real number like:

player->AddItem, Gold_100, 100

Try that...


It is player->additem, "gold_100", 100
Nuttier than a squirrel turd!
User avatar
Foss
Posts: 343
Joined: Sat Jan 06, 2001 11:00 pm
Location: Copenhagen, Denmark
Contact:

Post by Foss »

Originally posted by ScionOfNerevar
It is player->additem, "gold_100", 100


Actually I think it also works with the , instead of ".

I have tried with a normal item and not gold and , worked there aswell.

Oh, and no problem Andrew Rei, I had the same problem, as I also forgot player-> when I first tried with a normal item.

:)
Post Reply