Heroes of Might and Magic Community
visiting hero! Register | Today's Posts | Games | Search! | FAQ/Rules | AvatarList | MemberList | Profile


Age of Heroes Headlines:  
5 Oct 2016: Heroes VII development comes to an end.. - read more
6 Aug 2016: Troubled Heroes VII Expansion Release - read more
26 Apr 2016: Heroes VII XPack - Trial by Fire - Coming out in June! - read more
17 Apr 2016: Global Alternative Creatures MOD for H7 after 1.8 Patch! - read more
7 Mar 2016: Romero launches a Piano Sonata Album Kickstarter! - read more
19 Feb 2016: Heroes 5.5 RC6, Heroes VII patch 1.7 are out! - read more
13 Jan 2016: Horn of the Abyss 1.4 Available for Download! - read more
17 Dec 2015: Heroes 5.5 update, 1.6 out for H7 - read more
23 Nov 2015: H7 1.4 & 1.5 patches Released - read more
31 Oct 2015: First H7 patches are out, End of DoC development - read more
5 Oct 2016: Heroes VII development comes to an end.. - read more
[X] Remove Ads
LOGIN:     Username:     Password:         [ Register ]
HOMM1: info forum | HOMM2: info forum | HOMM3: info mods forum | HOMM4: info CTG forum | HOMM5: info mods forum | MMH6: wiki forum | MMH7: wiki forum
Heroes Community > Heroes 5 - Modders Workshop > Thread: function in script for map (started by Draglio in November 2025)
function in script for map
Draglio
Draglio

Tavern Dweller
posted November 09, 2025 09:30 PM

function in script for map

Hello!
I am editing a map on Homm5 ToE.
In the script editor (in Map properties menu), I put the script but the Check button displays the following warning:
Function myfunction not defined, line 1

even with the example of the HOMM5_Editor_Practical_Guide.pdf (function Meeting( heroname )) gives this warning...

what is wrong?

my script is:
Function Region3 (player)
  if player==PLAYER_3 then
     p3a=GetObjectOwner(Portail3)
     if p3a=PLAYER_NONE then
        SetObjectOwner(Portail3,PLAYER_3)
     end
     Trigger(REGION_ENTER_WITHOUT_STOP_TRIGGER, "Ground3", nil)
  end
end
Trigger(REGION_ENTER_WITHOUT_STOP_TRIGGER,"Ground3","Region3")
____________

 View Profile
Jump To: Next Thread »
Post New Poll   Post New Topic   Post New Reply

Page compiled in 0.0143 seconds