View Single Post
  #9  
Old 09-08-2010, 04:41 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

You could always code it yourself. I know you will reply with but I don't know how to code and the answer is... learn. If the feature is so important to you, then sitting down and running through some C++ tutorials is not much to do plus then you can use that knowledge on other features you would like to add.

If you prefer somebody else do the work for you, then be prepared to wait... a long time.

Most people don't realize that they are sitting on the best resource you could ask for... thousands of lines of working code that is commented well(for the most part). You don't even need to understand C all that well to be able to grasp the very basics that allow you to do 90% of the additions that people want, just look through the code for working examples of what you want to do and alter them to suit your needs.
Reply With Quote