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
-
tru_power22
- Old Wrinkly Member
- Posts: 271
- Joined: January 12th, 2008, 4:42 am
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.