Jump to content

Additem Script!


hinigashi

Recommended Posts

Are you talking about writing a script for a mod or are you talking about using console commands?

 

Mods that have the gamer type in a "StartQuest [Questname]" console command have had a custom quest with result script added to the mod.

 

Other mods place the commands in a quest script on a custom quest that automatically executes when you first start playing. Too many mods do this, and you can have twenty messages spamming your screen when you start a new game, so some people put in a quest delayer so that the script executes a predetermined time after mod activation or character creation.

 

The most important line in the scripting of a mod like this:

 

  Player.AddItem Dark01KnifeBlade 1 

 

The console code equivalent:

 

  Player.AddItem 00022BA8 1    

 

( Player.AddItem (Load order -- two characters == 00, Base Id# -- six characters == 022BA8) 1)

Link to comment
Share on other sites

Heya

 

I have looked everywhere!

 

Whats the script command to additems to your Main character, as soon as you start the game, Or by command "StartQuest [Questname]"

 

Thanks in advance!

 

Danny

 

Thanks for the Help ^^ maanage to understand it abit more from that info! Kudos!

Link to comment
Share on other sites

  • 9 years later...
  • 2 weeks later...
  • Recently Browsing   0 members

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