| 10-07-2006, 05:05 PM | #1 |
Uhm ok im trying to make a certain item in my iventory - Unable to be dropped (unit "stop" event doesn't work... the item dropped AFTER the hero are stopped) - Unable to me moved to other slot (eg, itemslot 1 to itemslot 2) - Able to be right clicked (thats the problem that i cant use undroppable on the item) basically if will be exactly like vex's Invx ButtonsIcon for the heroes in slot 5 and slot 6, i tried to extract part of the code and it seems impossible for jass beginner like myself (i'm still bad in the handle stuff and such...)thanks for the help ![]() |
| 10-07-2006, 05:17 PM | #2 |
Mke item undropable, start a timer of 0. and make it droppable again. |
| 10-08-2006, 06:34 AM | #3 | |
Quote:
![]() |
| 10-08-2006, 08:13 AM | #4 |
It was not expected to slove any other problem than the drag&dropn through inventory. For the second problem, I guess, just register when a unit loses an item, and readd it (maybe you need a timer of 0. and then do the actions) |
