Difference between revisions of "User talk:General Bays"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>General Bays
 
imported>ShadowDancer
(notifying member of answered question)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Questions and comments will go here. Please, no hate stuff or anything that is ment to hurt feelings and stuff. If something like that is posted here, I will immediately edit  it out when I find it. Thanks.
Questions and comments will go here. Please, no hate stuff or anything that is meant to hurt feelings and stuff. If something like that is posted here, I will immediately edit  it out when I find it. Thanks.
 
Hey, don't worry about it. Once you finish the tutorials, you can consider yourself a Novice instead of noob =P. --[[User:Omzy|Omzy]] 21:59, 2 June 2007 (EDT)
 
True, speaking of which, I am currently making Item mods for my own, but don't know how to make my items appear in my inventory, could you help, please? --[[User:General Bays|General Bays]] 22:03, 2 June 2007 (EDT)
 
When you create a new item in the construction set, it generates its own formID, which can be found in the column next to the item in the editor. While in game, you can use the console command
 
:Player.Additem formID, #
 
FormID is the id of your item (will be a hexadecimal code like 01000ce6) and # is the number of this item you wish to add to your inventory. You can also use this command in scripts.--[[User:Omzy|Omzy]] 23:56, 2 June 2007 (EDT)
 
Thank you VERY MUCH. --[[User:General Bays|General Bays]] 00:06, 3 June 2007 (EDT)
 
 
==Question==
Answered your question about rotating teleport markers.  You can find it [[Talk:Door_Markers_-_Connecting_One_or_More_Doors_Between_Cells|here]].

Latest revision as of 00:35, 11 August 2007

Questions and comments will go here. Please, no hate stuff or anything that is meant to hurt feelings and stuff. If something like that is posted here, I will immediately edit it out when I find it. Thanks.

Hey, don't worry about it. Once you finish the tutorials, you can consider yourself a Novice instead of noob =P. --Omzy 21:59, 2 June 2007 (EDT)

True, speaking of which, I am currently making Item mods for my own, but don't know how to make my items appear in my inventory, could you help, please? --General Bays 22:03, 2 June 2007 (EDT)

When you create a new item in the construction set, it generates its own formID, which can be found in the column next to the item in the editor. While in game, you can use the console command

Player.Additem formID, #

FormID is the id of your item (will be a hexadecimal code like 01000ce6) and # is the number of this item you wish to add to your inventory. You can also use this command in scripts.--Omzy 23:56, 2 June 2007 (EDT)

Thank you VERY MUCH. --General Bays 00:06, 3 June 2007 (EDT)


Question[edit source]

Answered your question about rotating teleport markers. You can find it here.