Auto-translated
I saw it in the "In the Wake of Gods" campaign, in the second mission, where you need to unite the clans near the shipyard. There was a dead Unicorn and a dead Minotaur lying there. How do I place them on the map?
New here? I'm Roha — want a quick tour?
Do you mean it twitches? Does it have convulsions? Is the monster dead on the map or not?
PlayObjectAnimation ("storm1", "death", ONESHOT_STILL);Here, "storm1" is the script name of the monster, "death" is the name of the animation, in this case - death (there may be others), and ONESHOT_STILL means that the "corpse" will remain lying there :).