1 2 3 4 5 6 7
quest example begin state start begin when kill with npc.get_race() == 123 begin syschat("Вы убили монстра с ID’ом 123. ") end end end