Intract-able items in scenes

Users who are viewing this thread

Illuminum

Recruit
Could anyone help me make items interact-able in a scene? For example, when the player presses the interact button, the item gets equipped or sent to the inventory.

Thanks in advance
 
Code:
(entry_point_get_position, pos1, 1),
(set_spawn_position, 1), 
(spawn_item, "itm_club"),

I think thats what it is. You can look at "tutorial_3" in mission templates for item spawn codes
 
Back
Top Bottom