Recent content by smexy_LOLrus

  1. smexy_LOLrus

    JASS: Basics of Structs

    Wow great tutorial. Ive got a bit of backround in objects so structs are pretty easy but this just seemed like a really simple and informative tut. i applaud you
  2. smexy_LOLrus

    JASS NewGen Pack 1.5d

    I am having way to many problems with this. JassHelper causes my computer to freeze indefinetly I can not test maps and when I try to run newgen warcraft I get a run.dll crash I have read how to stop jasshelper from failing but don't know how to set install paths
  3. smexy_LOLrus

    any unit takes damage

    hello, I have been having way too much trouble finding an "any unit takes damage event" is there one or do I have to use a library and some such. and if I do could you recomend a website that has a simple and easy to implement one.
  4. smexy_LOLrus

    Invalid Argument Type (unknown type)

    oh, im so noob...
  5. smexy_LOLrus

    Invalid Argument Type (unknown type)

    can you give a couple links please?
  6. smexy_LOLrus

    Invalid Argument Type (unknown type)

    ok, thanks. In an unrelated question are there any web pages that are just lists of all the jass natives and commands?
  7. smexy_LOLrus

    Invalid Argument Type (unknown type)

    oops, now I feel like an idiot. here is the code. function Trig_Mytrigger_Actions takes nothing returns nothing endfunction function Trig_Mytrigger_Conditions takes nothing returns boolean if ( not ( GetLearnedSkillBJ() == 'A011' ) ) then return false endif if (...
  8. smexy_LOLrus

    Yes, I am a super-mexicany laugh-out-loud walrus

    Yes, I am a super-mexicany laugh-out-loud walrus
  9. smexy_LOLrus

    Invalid Argument Type (unknown type)

    When I try to compile my trigger it gives me the error "Invalid Argument Type (unknown type)". The function I am calling has no arguments so I have no idea why this is happening. I am very new to Jass and I don't have vJass but I could get it. Thankyou in advance.
Top