Also, here's an interesting thing the EasyUO menu designer can't do. Suppose you have code that actually executes to form your user interface. There's no way that the EasyUO MD can have looping constructs like FOR, WHILE, REPEAT/UNTIL, GOTO within a menu subroutine. Since ScriptUO uses the same parser/tokenizer/language evaluator for the menu as it does for the execution of a script, you can have complex views of your script menus. Here's an example:

And here's the resulting menu:

As you can see, the FOR loop creates 5 different buttons, all moved in the X direction. Try that with EasyUO and its Menu designer.

This is really for PREVIEWING more than anything. If you try and actually edit this menu, you'll create a mess.