Page 1 of 1
quick bind
Posted: Sat Sep 24, 2005 4:13 pm
by clad
is there a way to set up binds for a certain item ?
example:
bind p "shopmenu;menuselect 1;menuselect 10" <--- this should be the Boots of speed and then close out the menu.
Any idea why the menu will not close out ?
Posted: Sat Sep 24, 2005 9:23 pm
by Geesu
b/c it happens too fast, try putting some pauses in there
bind p "shopmenu;pause;pause;pause;pause;pause;pause;pause;menuselect 1"
Posted: Sun Sep 25, 2005 1:41 am
by clad
well i tried this:
bind f8 "shopemenu;menuselect 6;pause;pause;pause;pause;pause;pause;menuselect 10"
i get the error "pause not allowed"
i tried:
bind f8 "shopemenu;menuselect 6;wait;wait;wait;wait;wait;wait;menuselect 10"
it picks the item , but doesn't close out the menu either... hmm....
any more ideas ? this would be a nice help.
Posted: Sun Sep 25, 2005 5:09 am
by nightscream
bind f8 "shopemenu;wait;wait;wait;menuselect 6;wait;wait;wait;wait;wait;wait;menuselect 10"
Posted: Sun Sep 25, 2005 11:31 am
by clad
i'm not sure how that will help, theres not a problem picking the item. The problem is closing it out.
wait;wait;wait;wait;wait;wait;menuselect 10
Posted: Sun Sep 25, 2005 1:43 pm
by Freecode
try adding like slot 0 or something in the end
Posted: Sun Sep 25, 2005 1:46 pm
by clad
i have tried numerous ways. slot10 is 0.

Posted: Sun Sep 25, 2005 3:31 pm
by Geesu
o yea.. wait, not pause

I knew pause didn't feel right when I typed it lol
Btw, I have also tried this, and have not gotten it to work, so GL :/
Posted: Sun Sep 25, 2005 3:32 pm
by clad
doh
