- Joined
- Jun 25, 2008
- Messages
- 1,043
-
Drop
-
Events
- Unit - A unit Loses an item
- Conditions
-
Actions
- Set TempItem = (Item being manipulated)
- Set TempPoint = ((Position of (Item being manipulated)) offset by (-100.00, 50.00))
- Item - Set the custom value of (Item being manipulated) to (0 + (Integer(ItemReal)))
- Set ItemVar[(Integer(ItemReal))] = TempItem
- Floating Text - Create floating text that reads (Name of TempItem) at TempPoint with Z offset 0.00, using font size 13.00, color (100.00%, 100.00%, 100.00%), and 40.00% transparency
- Set ItemFloating[(Integer(ItemReal))] = (Last created floating text)
- Set ItemReal = (ItemReal + 1.00)
- Custom script: call RemoveLocation(udg_TempPoint)
-
Events
- Set TempPoint = ((Position of (Item being manipulated)) offset by (-100.00, 50.00))
Any ideas what might be wrong?