Eniripsa96 / SkillAPI

A flexible API for easily creating skills and classes with visual skill trees
112 stars 111 forks source link

Flags not translating after Delay #494

Open xxJinxedxx opened 5 years ago

xxJinxedxx commented 5 years ago

The Flag conditions are not translated if a Delay is used. E.g. Flag -> Delay = doesn't meat/breaks the flag condition even if the condition is correct and met.

You will need to use the same Flag condition after every Delay to make it work. Multiple Delay skill example: E.g. (SkillTree~) Condition:Flag -> Delay -> Condition:Flag -> (mechanic or whatever) -> Delay -> Condition:Flag(same flag) -> (mechanic or whatever) etc...