- Joined
- Apr 17, 2009
- Messages
- 3,572
Hey, I want to forbid a unit to drop his items.
I though about this easy trigger:
If I use wait 0.01 seconds before giving the item it does work, but I don't want to see the item dropped.
Best would be if already the order would be canceled, but I didn't get it working because order(dropitem) is bugged somehow and doesn't reply to the standard events.
Can anyone help me please?
I though about this easy trigger:
-
Deactivate Inventory
-
Ereignisse
- Einheit - A unit Verliert einen Gegenstand
-
Bedingungen
- (Unit-type of (Triggering unit)) Gleich Crafting Menu
-
Aktionen
- Held - Give (Item being manipulated) to (Triggering unit)
-
Ereignisse
If I use wait 0.01 seconds before giving the item it does work, but I don't want to see the item dropped.
Best would be if already the order would be canceled, but I didn't get it working because order(dropitem) is bugged somehow and doesn't reply to the standard events.
Can anyone help me please?