type: world events: on player left clicks with magenta_dye: - if ! { - if { - shoot fireball origin: speed:1 script:shroomcloud - flag armagedon1 duration:100s } else { - narrate "<&e> <&l><&lb><&6>Wojownicy VS Potwory 2<&e><&l><&rb> <&nl><&e> <&c>Przykro mi! Nie mozesz tego uzyc - nie wykupiles dostepu do klasy Wszechmogacy u handlarza!" - determine fulfilled } } else { ..... ..... ..... and this: shroomcloud: type: task speed: 1t script: - ^define center - playeffect %center% effect:huge_explosion visibility:100 ..... .....