"ponies are born without a cutie mark. The cutie marks are obtained when ponies discover a unique characteristic that sets themselves apart from others."
So, Iban, what are good at?
You don't know what curly-brackets are.
In programming languages, curly brackets encase blocks of code following particular logical orders.
function GameConnection::drawPony(%client, %cutieMark)
{
if(%cutieMark !$= "")
{
drawPony();
}
else
{
acquireCutieMark();
}
}
That function is tied to a player's client, and species that they should draw a pony. If there's a cutie mark, you draw it, if there's not, you find one.
That's what I'm good at. I like code.