Ok this probably isn't the most intelligent question but oh well.
How do you enable the Advanced Triggers in WEU I created a trigger that looks lik this:
AdvancedTriggers
Events
Map initialization
Conditions
Actions
Advanced - Initialize advanced triggers
But I get this error when trying to test the map:
Line 16: Expected a function name
globals
// Generated
trigger gg_trg_AdvancedTriggers = null
endglobals
function InitGlobals takes nothing returns nothing
endfunction
function Trig_AdvancedTriggers_Actions takes nothing returns nothing
call InitAdvancedTriggers( )
endfunction
//===========================================================================
function InitTrig_AdvancedTriggers takes nothing returns nothing
set gg_trg_AdvancedTriggers = CreateTrigger( )
call TriggerAddAction( gg_trg_AdvancedTriggers, function Trig_AdvancedTriggers_Actions )
endfunction
How do i get this to work?
WEU Query
Moderator: Cheaters
-
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
- Title: Re-R-Re-Re-Remix
- Location: Canada EH?
Re: WEU Query
Go into the WEU folder, and go into the enhancer, then go into edit map, pick the option you want in there after selecting the map.
Contact me on WC3 Killing_Spree22, I'm at US west!
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.
To avoid being a noob read this: http://forum.wc3edit.net/everything-els ... t4579.html
This is the official site for team UKS, it's also my home page - http://www.TeamUks.tk
I AM DEAD, I WILL NO LONGER BE POSING HERE. BEEN FUN WITH YOU ALL.