Thread: you better post those desktops
Results 1 to 30 of 236
Hybrid View
-
-
07-13-2014
you're a dumbass, all triggers in wc3 can be converted to a text script, yes its code, yes this is how games are made. You get a game engine (usually from a 3rd party developer) and then you fill it up with shit
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
//===========================================================================
function InitTrig_Melee_Initialization takes nothing returns nothing
set gg_trg_Melee_Initialization = CreateTrigger( )
call TriggerAddAction( gg_trg_Melee_Initialization, function Trig_Melee_Initialization_Actions )
endfunctionLast edited by Plug Drugs; 07-13-2014 at 10:48 PM.
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)