Summon unit with item

how do i make an item that spawns a unit at the player’s position?

2 Likes

Add a script to that item (which is called “entity script”).

Trigger: when item is used
Action: create (your unit name) at the position of (owner of (owner of (this item) ) )

2 Likes