Script outputs a circle but not a cylinder

 From:  Michael Gibson
5441.15 In reply to 5441.14 
Hi Brian, things may get confused when you're pasting in a long multi-line script into a keyboard shortcut, the keyboard shortcut is going to expect to have just one line of text.

It can be better to put the script into its own file (with .js file extension) in some folder like c:\scripts and then in the keyboard shortcut put the full path to the script file in there instead of pasting in inline script text.

If you're still having problems with doing it that way please post the script files here and I can test them.

- Michael