Blowout

Citizen
  • Posts

    4
  • Joined

  1. Blowout

    AP33 Forever!!

    Quote:
    Originally Posted by Zekiran_Immortal View Post
    Jesse has been working on a banner as well, guys. He's really appreciative of the efforts that we've gone through, and is such a great guy Who also needs a new pc. >_> yes that was another hint to commission him lol.




    Comments? Suggestions? I've got him on steam, people. hehehe!
    This is beautiful. Really well done. I wouldn't change anything.

    I agree that it needs to be a t-shirt.
  2. [ QUOTE ]
    Eh, the only way I know of is a bit complex. Make jump1.txt and jump2.txt in your CoH folder. (and, assuming you're using the numpad0 button)

    jump1.txt:
    numpad0 "+ $$local Something$$up 1$$bindloadfile ./jump2.txt"

    jump2.txt:
    numpad0 "+ $$up 0$$bindloadfile ./jump1.txt"

    In the chat window, type :
    /bindloadfile ./jump1.txt

    [/ QUOTE ]

    Not that complex, and it does what I want. Thanks!
  3. [ QUOTE ]
    Try:

    [ QUOTE ]
    <key> "local Something$$+up"

    [/ QUOTE ]

    I'm not positive, but I think the 'press and release' operation is only assigned to the portion of the bind after the '+' sign.

    [/ QUOTE ]

    Nope. It does make it say "something" only once, but I never stop jumping. Funny, but not what I was looking for.
  4. Help out a newb here, guys. I've read through the guides but the information is vast about binds and I'm starting to get a headache.

    What I'd like to do:
    When I click a movement key (i.e. jump) have my toon say/think something. Now, I've tried doing this with

    [ QUOTE ]
    <key> "+up$$local Something"

    [/ QUOTE ]

    but when I do that I get "Something" when I press the key and "Something" when I release it, which I don't want. How do I get it to just do it once?