PURPOSE: Call using string passed in. This is a transfer destination function which issues the OFP 'call' command on the string passed in in the first array element.
SYNTAX: [dest:Integer, data:Array, "fNcall"] call fNSend
or
[data:Array, "fnCall"] call fNSendAll
or
[data:Array, "fNcall"] call fNSendClients
or
[data:Array, "fNcall"] call fNSendServer
and so on.
RETURNS: nothing
EXAMPLE:
[["player sidechat {Hello World}"],"fnCall","NO_NQ"]call fnsendAll
HISTORY: CoC bn880 14/11/2003, revised 07/05/2004
DEPENDENCIES: CoC_LIBNUMSYS, CoC_LIBNETWORK