Jump to content

Tutorials WITHOUT "youtoob"


Allannaa

Recommended Posts

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

 

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

 

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

 

 

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

 

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

  • 2 weeks later...
  • 1 month later...

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 by Allannaa
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

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