TheButterAnvil Posted June 1, 2015 Share Posted June 1, 2015 I have started using the Creation kit recently. I have used the geck and have minor skills with it. Anyway, the problem i have is I want to add an item using dialogue. In the GECK, I would type Player.AddItem TGGuildKey 1 TGGuildKey is a custom item I also tried GetPlayer().AddItem TGGuildkey(1) -------------------------------------- I have been told I can't use Item ID I need to know what to use Thanks Link to comment Share on other sites More sharing options...
Mattiewagg Posted June 2, 2015 Share Posted June 2, 2015 I have started using the Creation kit recently.I have used the geck and have minor skills with it. Anyway, the problem i have is I want to add an item using dialogue. In the GECK, I would type Player.AddItem TGGuildKey 1TGGuildKey is a custom item I also tried GetPlayer().AddItem TGGuildkey(1)--------------------------------------I have been told I can't use Item IDI need to know what to use Thanks You need to make a property (an external variable) to reference things like a key. So, go find your dialogue, and in the End fragment, put a comment: ; Compile, press OK, and then reopen your topic info. Click on the generated script (TIF, most likely) in the right hand lower side of your dialogue info. Create a new property, of type Key, with the name TGGuildKey. Then, in the End Fragment itself, put: Game.GetPlayer().AddItem(TGGuildKey, 1) Link to comment Share on other sites More sharing options...
TheButterAnvil Posted June 4, 2015 Share Posted June 4, 2015 I have started using the Creation kit recently.I have used the geck and have minor skills with it. Anyway, the problem i have is I want to add an item using dialogue. In the GECK, I would type Player.AddItem TGGuildKey 1TGGuildKey is a custom item I also tried GetPlayer().AddItem TGGuildkey(1)--------------------------------------I have been told I can't use Item IDI need to know what to use Thanks You need to make a property (an external variable) to reference things like a key. So, go find your dialogue, and in the End fragment, put a comment: ; Compile, press OK, and then reopen your topic info. Click on the generated script (TIF, most likely) in the right hand lower side of your dialogue info. Create a new property, of type Key, with the name TGGuildKey. Then, in the End Fragment itself, put: Game.GetPlayer().AddItem(TGGuildKey, 1) Gonna try later. THANKS!!! Link to comment Share on other sites More sharing options...
TheButterAnvil Posted June 4, 2015 Share Posted June 4, 2015 And, For future referance, would I do the same thing for any item? Link to comment Share on other sites More sharing options...
Mattiewagg Posted June 4, 2015 Share Posted June 4, 2015 And, For future referance, would I do the same thing for any item?Yes, just different TYPE of property. Link to comment Share on other sites More sharing options...
Di0nysys Posted June 13, 2015 Share Posted June 13, 2015 People may hate me for this. But this is about the only Creature Riggin tutorial for Skyrim I've found on the net. Link to comment Share on other sites More sharing options...
DragonKing7 Posted August 12, 2015 Share Posted August 12, 2015 lol theres an easy way to fix that problem :3 get haskell from the shivering isle after all he knows more than he knows @_@ lol if he would be like the dremora butler than that would be awesome :3 Link to comment Share on other sites More sharing options...
Allannaa Posted August 15, 2015 Author Share Posted August 15, 2015 (edited) Please STOP linking video tutorials. This thread is specifically designed to help people who CANNOT USE THEM, so please don't clutter up the thread with such links. This thread is for NON YOU TUBE TUTORIALS. As stated in the OP, there's a very good reason some of us can't use video tutorials. Linking them here doesn't help much and only serves to make it more difficult for people to find what they came here for. Once again, this thread is for TUTORIALS WITHOUT YOUTUBE or any other type of video. Edited August 15, 2015 by Allannaa Link to comment Share on other sites More sharing options...
Allannaa Posted August 15, 2015 Author Share Posted August 15, 2015 Unfortunately, as I'm new to pc gaming and modding, I don't have anything useful to add here. But I can say that I'm very grateful for this topic as I'm deaf myself and it's really difficult to understand many youtube tutorials even with their subpar auto-captioning feature. This is easily a permanent fixture on my bookmark bar.Thank you, Chaf -- this is exactly why this thread exists. I'm so glad it's useful for you! Link to comment Share on other sites More sharing options...
scrivener07 Posted August 16, 2015 Share Posted August 16, 2015 http://forums.bethsoft.com/topic/1509769-tuthow-to-create-widgets-using-flash-tools/ This tutorial on hud widgets served me well with great results.http://i1268.photobucket.com/albums/jj569/Scrivener07/hudtut.png Link to comment Share on other sites More sharing options...
Recommended Posts