Code: Select all
skeleton_trooper_1.monster:addItem("gold_key")
So ok, yes I passed it a string. But how do I create an ItemComponent? All I know how to do right now is spawn an item onto the ground somewhere. I know about createComponent() but you call that on an existing GameObject. I must be missing something.....
UPDATE: The spawning of the item to the ground first seems to be easy enough. I was afraid that the item would stay on the ground after the addItem but it doesn't. Works for me unless someone does have another way.