Hi,
If I have an RFC function, can I call it from a different object like what SendMessage() does? Or do I need to set up a function on the same object to use SendMessage() when it receives the RFC (or send message then RFC). I have a button that Sends the input of text boxes (NGUI if that makes a difference) to the world controller that will then look for any users by that username and verify password and all that jazz that will then either make a new player and items or give you control of your old caracter.