Thanks for fixing this for the new svn. Is there a guide for converting old modules I have a few unreleased ones that are bugging up .
Welcome. It was a good 'learner' conversion for me, along with "ulx explode" release by MrPresident.
Though I'd intended to do some tutorial text of some sort, I, as if often the case, keep getting distracted by that darn 'reality'.
If you compare the conversion to the original ULX commands, along with our ULysses Library document area that explains in effect what ULib commands are being used by the ULX command object, you can pretty well figure it out.
See
http://ulyssesmod.net/docs/files/lua/ULib/shared/commands-lua.html for the ULib shared commands system ULX uses.
One major point I absolutely love... majority of the error checking each and every function written for ULX had to do originally, such as minimum parameters, variables, target(s), etc, is now done by the function command object itself.
Though your rocket release was a minilmalist conversion example (48 lines in SVN as opposed to 52 in your original), much work is now handled by ULib, instead of relying on the function to check everything.
I digress... I look forward to your continued work and releases.
Post in developers corner, or email me personally (if your wanting to keep a release private) if you have conversion questions.
Perhaps I'll write up a dirty tutori... oh, wait, whats that... ooo...shiny! Huh, what, what was I doing?