- Joined
- Jan 27, 2007
- Messages
- 208
Anyone know how to detect item price? For now i just have one solution which is

any other solution?
-
Events
-

Unit - A unit Acquires an item
-
-
Conditions
-

(Item-type of (Item being manipulated)) Equal to (My custom Item)
-
-
Then - Actions
-

Set ItemValueVariable = (ItemValueVariable + 1)
-

Item - Set the custom value of (Item being manipulated) to ItemValueVariable
-

Set ItemPrice[(Custom value of (Item being manipulated))] = 15
-

any other solution?





