In Antwort auf: How to add an object to my inventory from the start of the game?
quote from the txt-file:
In Antwort auf: give_item(a,b);
Gives the player b items with the ID a
So, just call this function from main and you get these items - Remember replacing a with the ID of the object and B with the number
In Antwort auf: how to add an object (a gun) on my level for pickup up in inventory?
I wrote a really simple action for it, also in the readme.txt - but the playerpointer must be assigned to your player, then you have to "walk over" the item. Insert the ID of the object in Skill1!: