After the !Name CharacterName I have...

on 1:TEXT:!Pick Type*:#LATOOC: {
if ($readini($nick $+ .ini,Register,Name) != on) { /notice $nick Please choose a name !Name (Name) | halt }
if ($readini($nick $+ .ini,Register,Type) == on) { /notice $nick You have already chosen a Type! | halt }
if ($3 == Prisoner) {
writeini $nick $+ .ini Register Type on
writeini $nick $+ .ini $nick Type Prisoner
writeini $nick $+ .ini $nick Health 10
writeini $nick $+ .ini $nick Tickets 0
notice $nick Final Step: Pick your password! Type !Pass (Password) You will need this for logging in and keeping track of your character.
}


But it's not letting me.. Keeps saying:
<Me> !Pick Type Guard
-Bot- Please choose a name !Name (Name)



It's a long work in progress. But as I get help with small snippets, I can go in and modify the other parts as I learn to understand them all better.