Ensane

Informant
  • Posts

    3
  • Joined

  1. [ QUOTE ]
    Oh man! I didn't think I'd ever get a chance to use this pic again!

    Do you think anything can be done about this?


    [/ QUOTE ]
    That's funny as hell!
  2. Thanks! I was just trying to "cheat" out of using the bind since macros are suppose to do everything that binds do. I'll give it a shot.
  3. I've been working on a macro for a quick, witty remark everytime get AS'd by a stalker in PvP for about 3 hours now and having a frustrating time. I'm sure its something simple that i am doing wrong and i would love some feedback.

    I started off by making a folder c:\keybinds and within it are as1.txt, as2.txt, and as3.txt (written with Notepad). The 3 separate files read as this:

    as1.txt
    "local Silly Stalker, Tanks are for Brutes!$$bind_load_file c:\keybinds\as2.txt"

    as2.txt
    "local OUCH!$$bind_load_file c:\keybinds\as3.txt"

    as3.txt
    "local Why you gotta be so hateful yo?$$bind_load_file c:\keybinds\as1.txt"

    Now ingame i have been using this as my macro (which wont work):

    /macro AS, "bind_load_file c:\keybinds\as1.txt"

    When i try to use it, the game says "Usage:bind takes 2 args, you gave 1."

    I have no idea what that means and i would really appreciate some help with this.