Ok i am new here so hy to all!!!
After i instaled the 1.16 patch i can use the wolrd editor
When i want to save a map it give me a lots of COMPILE erors mesages:
"Trigger Mellee initialization was disbled due the erors" - this is one of the message but there a lots of erors.....
//================================================== =========================
//
// Just another Warcraft III map
//
// Warcraft III map script
// Generated by the Warcraft III World Editor
// Date: Mon Aug 23 22:05:34 2004
// Map Author: Unknown
//
//================================================== =========================
//************************************************** *************************
//*
//* Global Variables
//*
//************************************************** *************************
globals
// Generated
trigger gg_trg_Melee_Initialization = null
endglobals
function InitGlobals takes nothing returns nothing
endfunction
//************************************************** *************************
//*
//* Triggers
//*
//************************************************** *************************
//================================================== =========================
// Trigger: Melee Initialization
//
// Default melee game initialization for all players
//================================================== =========================
function Trig_Melee_Initialization_Actions takes nothing returns nothing
call MeleeStartingVisibility( )
call MeleeStartingHeroLimit( )
call MeleeGrantHeroItems( )
call MeleeStartingResources( )
call MeleeClearExcessUnits( )
call MeleeStartingUnits( )
call MeleeStartingAI( )
call MeleeInitVictoryDefeat( )
endfunction
Can anybody can tell me what is this ????? :fwink and help me!