Jump to content

Recommended Posts

Hi, I just recently discovered you can auto add items on the player script free by using the "On game start" enabled for your quest and just adding the alias as the "Player" then add items to the inventory. The good thing about this is it's script free. However, I want to know if there is a way to do something like this but this time "On game start" (player.equipitem #).

 

Thank you very much.

Link to comment

Create a Quest, create an Alias, assign it to the player.

Add a script (extending ReferenceAlias)

 

Add the event

 

Event OnPlayerLoadGame()

; do your PlayerRef.addItem(something, 1)

endEvent

 

Link to comment
5 hours ago, RussianPrince said:

Use a script

Seems like it.

4 hours ago, CPU said:

Create a Quest, create an Alias, assign it to the player.

Add a script (extending ReferenceAlias)

 

Add the event

 

Event OnPlayerLoadGame()

; do your PlayerRef.addItem(something, 1)

endEvent

 

 

Thank you very much, Appreciate the help :smile:

Link to comment

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use