hinigashi Posted December 15, 2010 Posted December 15, 2010 (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 December 15, 2010 by hinigashi
David Brasher Posted December 15, 2010 Posted December 15, 2010 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)
hinigashi Posted December 19, 2010 Author Posted December 19, 2010 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!
KaneRonnie Posted April 2, 2020 Posted April 2, 2020 i thought that this about additemenu i would like that
rycka Posted April 16, 2020 Posted April 16, 2020 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...
Recommended Posts