Need help with scripts:
1) The simplest thing. Could someone upload the official Manuals? I don't see them in the gold edition.
2) I need a script that:
a) plays a video
b) after the video plays, the enemy hero switches to your side with all their experience, artifacts, abilities, and at least some army (they can't be without an army).
1) Both on this forum and on Hero's Corner (ag.ru) there are links to various script Manuals (by Novik; by Ogo; the official documentation package from the developers);
2) a) StartDialogScene (starts a dialog scene) or StartCutScene (starts a video);
b) There are also variations here - you can use SetObjectOwner (changes the ownership of an object - i.e., this function can also be used to change the ownership of static objects on the map - for example, cities); you can use DeployReserveHero (materializes a hero on the map who is in the player's reserve); finally, you can use SetPlayerTeam (sets the player's team) - I think the script is chosen after the screenwriter has decided on the plot