When using ints to identify RFC instead of strings, are those ints local to the script or global?
For instance, if I have an [RFC(1)] in script1 and an [RFC(1)] in script2 and I call RFC1 in script1, for example
tno.Send(1, isSavedOnServer ? Target.OthersSaved : Target.Others, mCached);
Will it get confused? Or will it call the function that is RFC(1) in script1?
Thanks