Jump to content

Recommended Posts

Posted (edited)

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

Edited by hinigashi
Posted

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)

Posted

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!

  • 9 years later...
  • 2 weeks later...
Posted

to trigger a script you need to link it with quest, item or magic effect. If you just write a script and save it it won't triggers and nothing will be added...

  • Recently Browsing   0 members

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