O
Reaction score
7

Profile posts Latest activity Postings About

  • JASS is the win, vJASS is extra cool if your on a PC. There is another language you can use named Zinc.

    JASS:
    
    // Lines beginning with "//" are ignored.
     library Map initializer onInit
        function onInit takes nothing returns nothing
            call BJDebugMsg("Hello, World!")
        endfunction
     endlibrary


    JASS:
    
    //! zinc
     library Map{
        function onInit(){
            call BJDebugMsg("Hello, World!")
        }
     }
    //! endzinc
  • Loading…
  • Loading…
  • Loading…
General chit-chat
Help Users
  • No one is chatting at the moment.

      The Helper Discord

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top