//echo "clbpara is ",gettype($clbpara),"itmpara is $itmpara ",gettype($itmpara),"platformPlayerMode is $platformPlayerMode ",gettype($platformPlayerMode), "targetPID is $targetPID ", gettype($targetPID),"targetData is $targetData ",gettype($targetData);
> ``PlatformPlayerMode`` - ``0`` - Uses the values builtin ``$itmpara``, ``1`` - Unused for now. ``2`` - Grab values from player table by matching ``PlatformPlayerName`` and populate them.
> ``PlatformPlayerMode`` - ``0`` - Uses the values builtin ``$itmpara``, ``1`` - Unused for now. ``2`` - Grab values from player table by matching ``PlatformPlayerName`` and populate them. In case this value is ``2``, use ``PlatformPlayerPID`` instead of ``PlatformPlayerName``, obviously.