JeffreyQ21 postsjoined 2004-09-28#12005-11-15item combine triggers?May i know how to check if a hero gets A item and B item, it will remove A and B item and gives the hero C item?Something like Dota Recipe?How do i do that? Thanks in advance.
Ramza2,104 postsThe West Staines Massivejoined 2005-01-10#22005-11-15Events: Hero acquires an itemConditions: item type = ....Actions: If, Then, Else multiple functions:If: the hero has ... item.then: remove ... and ... create 1 ... for heroelse: Do Nothing