Must include Menu icons (48 x 48) in the 'Pictures' folder. Or use these:
Spoiler
Further instructions can be found in the script header.
Compatibility
Additional scenes should be automatically added assuming thier creators utilise the 'add_original_commands' feature in Window_MenuCommand
This script redefines the following methods:
create_status_window (Scene_Menu)
on_formation_ok (Scene_Menu)
on_formation_cancel (Scene_Menu)
draw_character (Window_Base)
This script Aliases the following methods:
add_save_command (Window_MenuCommand)
start (Scene_Menu)
create_command_window (Scene_Menu)
command_personal (Scene_Menu)
command_formation (Scene_Menu)
on_personal_cancel (Scene_Menu)
Author's Notes
Pretty much made from scratch again for VXAce. I wanted to remake the animation coding so it was entirely mine, but I realised XRXS, Dubealex & Hypershadow180's original was near flawless so I kept it xD
It's still a little messy and I may clean it up later, but there's now a base class for Ring Menus - so it should be easier for you to make your own (though it currently uses Window_MenuCommand as a superclass for convenience... ^-^ [Now edited so the base works like Window_Selectable while retaining the Window_Command features - may be updated to split them later]