Auto-translated
BlueHeavenHero, try this:spawn_angels = 0 function DefenderCreatureDeath() local boss_creatures = GetDefenderCreatures(); if (length(boss_creatures) == 0) and stage == 1 then if spawn_angels == 0 then spawn_angels = 1 SummonCreature(DEFENDER, CREATURE_ANGEL, 250, 12, 2); end end end
Added 1 minute ago
HeroOfDestiny, did you add Ilfin to the reserve for the desired player?
Added 2 hours 37 minutes ago
By the way... How do I attach a combat script to a town?
And another question - how do I make the knight-defender of the castle cast a prayer at the beginning?
Added 2 hours 14 minutes ago
Good day. How do I make a certain function run after a video plays?