Does TNet not support using the [RFC] tag with static functions?
For example, if I am calling TnetObject.Send("functionname", args), and the [RFC] tag is prepended to a non-static method, everything works fine, but once the static keyword is added it says it cannot find an RFC function called functionname.
Is there something on my end I'm screwing up?