Results 1 to 30 of 236

Hybrid View

  1. Collapse Details
     
    #1
    steveyos666
    king steveyos
    Quote Originally Posted by Plug Drugs View Post

    lol this is code apparently
    Reply With Quote
     

  2. Collapse Details
     
    #2
    Pariah :Care:y Plug Drugs's Avatar
    Join Date
    Dec 2011
    Location
    an edgecastle for edgelords
    Posts
    11,801
    Quote Originally Posted by steveyos666 View Post
    lol this is code apparently
    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 )
    endfunction
    Last edited by Plug Drugs; 07-13-2014 at 10:48 PM.
    Reply With Quote
     

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •