This one?
on *:text:!MyItems*:#LATOOC: {
if ($readini($nick $+ .ini,Register,Complete) != on) { notice $nick Please Register! !Register | halt }
if ($readini($nick $+ .ini,pass,passaccept) != on) { notice $nick Login! | halt }
set %Cookie $readini($nick $+ .ini,$nick,Cookie)
set %Tickets $readini($nick $+ .ini,$nick,Tickets)
}

Once a character is made with other commands, it's supposed to be used to read the items and number of said item that the character has.

So
<Me> !MyItems
<Bot> Me's Items: Cookie: 2 | Tickets: 1


But I haven't gotten that far yet in the display of it.. I'm having a hard time getting my whole thing to work properly to even reach as far as the !MyItems command.