Снова скрещивающиеся предметы.
Хочу спросить, не будет ли завешивать подобная конструкция карту, предметов будет около 20; на каждый предмет один if-then-else.
Очень хочется все предметы в 1 триггер запихать
Code
Событие
Юнит получает предмет
Действия
Wait 0.00 seconds
If (all conditions are true) then do (Then Actions) else do (Else Actions)
If - conditions
And - All (Conditions are true)
((Hero manipulating item) has an item of type Вещь 1) равно да
((Hero manipulating item) has an item of type Вещь 2) равно да
Then - Actions
Предмет - Remove(Item carried by (Hero manipulating item) of type Вещь 1
Предмет - Remove(Item carried by (Hero manipulating item) of type Вещь 2
Предмет - Создать Вещь 3 at (position of (Hero manipulating item))
Герой - Дать (Last Created item) to (Hero maipulating item)
Else - Actions
Do nothing