Quote:
I want to use a plotscript as the subtype, but I'm a bit confused as how to get it to work.
set menu item subtype(menu item handle, new subtype)
Given a menu item handle (for example, the one returned by selected menu item), Change the subtype of the menu item to new subtype. The meaning of the subtype varies depending on the type of the menu item. For menutype:special you can use constants like: menuspecial:items, menuspecial:spells, menuspecial:status, menuspecial:equip, menuspecial:order, menuspecial:team, menuspecial:orderteam, menuspecial:map, menuspecial:save, menuspecial:load, menuspecial:quit, and menuspecial:volume. For menutype:textbox you can use the textbox's ID number. For menutype:menu you can use the menu's ID number or a menu:name constant from your HSI file. For menutype:script you can use script references in the form @scriptname
Given a menu item handle (for example, the one returned by selected menu item), Change the subtype of the menu item to new subtype. The meaning of the subtype varies depending on the type of the menu item. For menutype:special you can use constants like: menuspecial:items, menuspecial:spells, menuspecial:status, menuspecial:equip, menuspecial:order, menuspecial:team, menuspecial:orderteam, menuspecial:map, menuspecial:save, menuspecial:load, menuspecial:quit, and menuspecial:volume. For menutype:textbox you can use the textbox's ID number. For menutype:menu you can use the menu's ID number or a menu:name constant from your HSI file. For menutype:script you can use script references in the form @scriptname
Right now, I'm using @myscriptname as the argument for new subtype, but that doesn't work to have the menu item run the script I want. Am I supposed to do something with menutype:script?
<TheGiz> oh hai doggy, oh no that's the straw that broke tjhe came baclsb



