Yoko

All sides of Injection
It is currently 2025-11-11 06:56:19

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: waitmenu, automenu, etc.
PostPosted: 2006-04-05 14:52:53 
Offline

Joined: 2004-05-16 16:23:27
Posts: 37
Alright, i apologize if this is elsehwere int he forums. Browsing throuhg most of the russian posts that i can barely understand part of i may have missed it.

Is there a command similar to waitmenu/automenu that just picks a choice?

My problem is both waitmenu and automenu only allow 3 choices, and i need one that is 4 and 5 menus deep.

Also, is there a central list of commands for yoko's injection anywhere? Closest i found was in the changelog


Top
   
 Post subject:
PostPosted: 2006-04-05 15:16:54 
Offline

Joined: 2005-04-19 18:00:29
Posts: 2259
Location: Московская область
Something about waitmenu...

If do you want to make something, and there are about 4 or 5 menus, look here:

Code:
UO.AutoMenu ('a', 'b' ) 


Where "a" - head of menu
"b" - name of menu, where click to continue craft or anything else

AutoMenu('Name of Window','Chose')

So:

Code:
UO.AutoMenu ('a', 'b' ) 
UO.AutoMenu ('b', 'c' )
UO.AutoMenu ('c', 'd' )
UO.AutoMenu ('d', 'e' )
UO.AutoMenu ('e', 'f' )


Where f -item whick do want to craft. If this is Carpentry and fishing pole-look here:

Code:
UO.AutoMenu ('Carpentry', 'Fishing Poles' ) 
UO.AutoMenu ('Fishing Poles', 'fishing pole' )


And no problem. That could be more than 3 AutoMenu. More,more and more. But i prefer uo.WaitMenu. ;) good luck


Top
   
 Post subject:
PostPosted: 2006-04-07 00:39:05 
Offline

Joined: 2004-05-16 16:23:27
Posts: 37
Heh, lemme specify something i forgot o in the last post.

Two of the menu's have hte same title.

Blacksmithing -> smelting
Blacksmithing -> weapons
Weapons -> swords
Swords -> dagger


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited