ok, iam trying to have this script so when some one types !setplayer [ name ] it saves that name in the folder or some thing.. and when some types !players it shows that name that was set,

My code:

on 200:text:!setPlayer*:#: set %player $2-

on *:text:!Players*:#:{
/msg $chan %player
}

Iam not sure why this does not work... If you could help me that would be great! cool