20.07.2015, 18:54
Quote:
You should really be thinking about WHY you want to call the command! Commands are an interface to code functionality for users. If you need to use that code from other places in your script you are doing it the wrong way! Put the code in a separate function and call that instead.
|