Author Topic: What am I doing wrong?  (Read 2652 times)

You're not closing the function, you need a }

When I put


{

   %clients = ClientGroup.getObject(%i);

   if(%clients.player.tempbrick)

   } <-----

      %clients.player.tempbrick.delete();

   }

}


It puts an error report there
« Last Edit: September 06, 2014, 11:07:52 PM by Ducky duck »