The console said something in this function had a syntax error...
function fxDTSBrick::onCoordTele(%this,%client,%coordname)
{
$InputTarget_Self=%this;
$InputTarget_Player=%client.player;
$InputTarget_Client=%client;
$InputTarget_MiniGame=getMinigameFromObject(%this);
$InputTarget_CoordOwnerPlayer=$CoordinateEvents::coordVar[%coordname]::CoordOwnerPlayer;
$InputTarget_CoordOwner=$CoordinateEvents::coordVar[%coordname]::CoordOwner;
%this.processInputEvent(onCoordTele);
}
What is wrong with it?