Page 1 of 1

Automenu issue

Posted: 2008-02-15 00:00:46
by hunt3r
Injection Version: 702.11 PaWn
Yoko Build: 212.11
Script Parser: 0.3
-------------------------------------

I'm not able to use the automenu command...

No matter wich syntax I use, it allways returns an error...


Code: Select all

UO.automenu('prompt','choice')
UO.Exec('automenu prompt choice')
UO.Exec("automenu 'prompt' 'choice')


It returns an error that the command is erroneous....

any ideas?

thanks

Posted: 2008-02-15 01:13:21
by hunt3r
I forgot to mention the error message:

Warning: error in command

Posted: 2008-02-15 10:55:43
by AGRS

Code: Select all

sub AM()
  UO.AutoMenu('Blacksmithing', 'Colored Armor')
end sub


Worked fine for me with same injection build. Just checked.

Posted: 2008-02-18 20:51:33
by hunt3r
odds that it works sometimes, and another workn't!
some instability on this funcion?

it even trigger that error if I type just

Code: Select all

,automenu


on the uo client...
it show the "syntax help" and ends with that err mess

Posted: 2008-02-18 23:55:56
by Edred
test it:

Code: Select all

,AutoMenu 'Blacksmithing' 'Colored Armor'