- Joined
- Aug 1, 2008
- Messages
- 453
Is there anyway to make this trigger so i don't have to check [1] [2] [3] [4] [5] [6] [7] [8]? Like so i just put Item[Somthing] and it checks all the arrays?
-
Untitled Trigger 001
-
Events
- Unit - A unit Acquires an item
-
Conditions
-
Or - Any (Conditions) are true
-
Conditions
- (Item-type of (Item being manipulated)) Equal to Item[1]
- (Item-type of (Item being manipulated)) Equal to Item[2]
- (Item-type of (Item being manipulated)) Equal to Item[3]
- (Item-type of (Item being manipulated)) Equal to Item[4]
- (Item-type of (Item being manipulated)) Equal to Item[5]
- (Item-type of (Item being manipulated)) Equal to Item[6]
- (Item-type of (Item being manipulated)) Equal to Item[7]
- (Item-type of (Item being manipulated)) Equal to Item[8]
-
Conditions
-
Or - Any (Conditions) are true
- Actions
-
Events