How to put an item in the inventory when starting the game?
GC2
23 Oct 2019, 15:18I don't see where I can put an item in the inventory automatically at the start of the game.

Io
23 Oct 2019, 15:23Objects 'in' the player start in the inventory. In other words, WhateverObject.parent has to equal the Player.
ShadowsEdge19
23 Oct 2019, 22:48You can use the function AddToInventory() as detailed in the documentation to add any existing object to the Player's inventory manually.
https://docs.textadventures.co.uk/quest/functions/corelibrary/addtoinventory.html