Please note that new user registrations disabled at this time.
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.
Andrew Rei
Posts: 23 Joined: Tue Dec 02, 2003 6:46 pm
Location: St. Louis
Contact:
Post
by Andrew Rei » Thu Dec 25, 2003 1:54 pm
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?
Foss
Posts: 343 Joined: Sat Jan 06, 2001 11:00 pm
Location: Copenhagen, Denmark
Contact:
Post
by Foss » Thu Dec 25, 2003 4:20 pm
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...
Andrew Rei
Posts: 23 Joined: Tue Dec 02, 2003 6:46 pm
Location: St. Louis
Contact:
Post
by Andrew Rei » Thu Dec 25, 2003 7:20 pm
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?
ScionOfNerevar
Posts: 126 Joined: Tue Oct 21, 2003 2:54 pm
Location: New York
Contact:
Post
by ScionOfNerevar » Thu Dec 25, 2003 11:11 pm
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!
Foss
Posts: 343 Joined: Sat Jan 06, 2001 11:00 pm
Location: Copenhagen, Denmark
Contact:
Post
by Foss » Fri Dec 26, 2003 1:19 am
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.