Overloading RPCs

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?

Hello,

Sadly, as of yet, RPC functions cant be overloaded. As a workaround, you can overload a normal function and then call 2 different RPC’s where appropriate.

Hope this helps, Benproductions1