I appreciate the tutorial by one of the senior forum members here about getting started in scripting. I'm looking for some different information on how to get started though. I've been programming for many years, but whenever starting a new scripting language or any language really, there's a necessary setup that you need to get your environment running smoothly.
What are the necessary files I need to start scripting. I'm going to need some kind of a compiler, that much I know. A link would be great. Do I need to actually have the <> include files locally so the compiler can do their work, or are those all managed by the SourceMod framework after you drop in the compiled script?
Also, is there a central location for scripting documentation, such as important function calls, available functions, etc. in a wiki or something like that?