move acquired item to a diff. slot

Status
Not open for further replies.
Level 13
Joined
Sep 29, 2008
Messages
672
Is it possible that when a hero acquires an item the item moves to

another slot maybe in Jass or something?
I can't find a trigger that does that, I tried Item - Move

  • Item - Move (Last created item) to (Position of (Item carried by Survivor_Main[1] in slot 2))
but it doesn't work. Or maybe I missed an action or something?
 
the action u are using will only move it around on the map, the only thing i can come up with is first remove'ing all items and then create them in some specific order to have them placed correctly, and to create spaces between them (lets say you have an item in slot 1,3,5) you would need to create temporary items at places 2 and 4 and then remove them
 
Status
Not open for further replies.
Back
Top