Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    swordmuse's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    0
    i can't seem to bind more than 2 command for one key on armor command. for example:
    bind o "cc_change_costume 6 1;cc_change_costume 4 25;cc_change_costume 5 28;cc_change_costume 7 22"
    it would only work for the first two command.
    also, i can't seem to bind more than 1 command for the colors of my hair (0-2). for example:
    bind u "cc_change_costume_color 3 0 16724675;cc_change_costume_color 3 1 4545454545;cc_change_costume_color 3 2 4545454545"
    this would only work for the first command.
    am i doing something wrong or is it just not possible?
    Last edited by swordmuse; 05-14-2011 at 12:31 PM.

  2. #17
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by swordmuse View Post
    i can't seem to bind more than 2 command for one key on armor command. for example:
    bind o "cc_change_costume 6 1;cc_change_costume 4 25;cc_change_costume 5 28;cc_change_costume 7 22"
    it would only work for the first two command.
    also, i can't seem to bind more than 1 command for the colors of my hair (0-2). for example:
    bind u "cc_change_costume_color 3 0 16724675;cc_change_costume_color 3 1 4545454545;cc_change_costume_color 3 2 4545454545"
    this would only work for the first command.
    am i doing something wrong or is it just not possible?
    Doesnt look like youre doing something wrong. Well, you can try using aliases, but that way isnt the best.

    Example:
    alias change1 "cc_change_costume 6 1;cc_change_costume 4 25"
    alias change2 "cc_change_costume 1 23;dosomethingelse"
    bind key "change1;change2"

  3. The Following User Says Thank You to Nico For This Useful Post:

    Kumoko (05-14-2011)

  4. #18
    Kumoko's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    175
    Reputation
    10
    Thanks
    321
    Quote Originally Posted by Etherealblood View Post
    noticed something kinda funny! i got the key bind to work how ever after pasting it to notepad etc and pasting it back to the console it puts enters between the lines of text lol..
    making it so the bind does not work correctly... im wondering if it has anything to do with the format the note pad is set up in im gonna keep messing with this till it stops doing that
    Just enter it manually...
    Im back.

  5. #19
    DanK's Avatar
    Join Date
    Aug 2006
    Gender
    male
    Location
    Arizona
    Posts
    2,892
    Reputation
    100
    Thanks
    3,632
    My Mood
    Devilish
    The better method is using perm binds and having all those commands in a script.

    bind "0" "exec dungeon.cfg"

    In dungeon.cfg.comp is all those commands...
    https://www.mpgh.net/forum/437-vindic...aster-egg.html

  6. #20
    Kumoko's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    175
    Reputation
    10
    Thanks
    321
    Quote Originally Posted by Nicdel View Post
    Doesnt look like youre doing something wrong. Well, you can try using aliases, but that way isnt the best.

    Example:
    alias change1 "cc_change_costume 6 1;cc_change_costume 4 25"
    alias change2 "cc_change_costume 1 23;dosomethingelse"
    bind key "change1;change2"
    This didnt work for me, trying to multi bind about 4 commands on one key. If yours worked that would be perfect.
    Just found a way to do this, posting a guide. And giving you Credits for mentioning alias
    Last edited by Kumoko; 05-14-2011 at 06:26 PM.
    Im back.

Page 2 of 2 FirstFirst 12