I'm attempting to use overloading for RPC functions. The script compiles fine (javascript), but results in an error while running when I call the overloaded function.
The fact that there isn't a compiler objection suggests to me that RPC overloading is meant to work. Has anyone managed to get this working?