- Joined
- Aug 1, 2008
- Messages
- 453
How do i make this so it will only do it if i use X item on X item?? Please and thank you ^^
-
Untitled Trigger 010
-
Events
- Unit - A unit Uses an item
-
Conditions
- (Item-type of (Item being manipulated)) Equal to ITEM TEST
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
- (Random integer number between 0 and 100) Less than or equal to 50
-
Then - Actions
- Item - Remove (Item carried by (Triggering unit) of type ITEM TEST)
- Item - Create Claws of Attack +15 at (Center of (Playable map area))
- Hero - Give (Last created item) to (Triggering unit)
-
Else - Actions
- Item - Remove (Item carried by (Triggering unit) of type ITEM TEST)
-
If - Conditions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Events