ID:172217
 
I am creating a SNES style name entry like where the letters apear on the screen and you click on J and J is your 1st letter of your name then you click B B the the seconds letters, etc.

The problem is i want 8(the name length limit) invisible objects on the clients screen then when he clicks on the A it turns into an A. but if he has already got 3 letters or something it sets it as his 4th letter in his name.
In that case, you should use a var as a place holder.

var/placeholder = 1

When they click on the letter, increment the var. This will also require making a check to that var to see what letter it's at.

Resonating Light
In response to Resonating_Light
Yes i know what. but I want an invisible object on the players screen (usr.client.screen) and when he clicks a the1st object apears as A.
In response to Konamix
In response to Turles9000
You know, I really wouldn't suggest that one, lot of it's redundant for it, and he should've used associative lists instead of hard-coding every last part, I'd make one to prove my point, but I've got enough on my plate for the time being, I'll probably do one within the week if I'm not too busy which would be a lot simpler, and easier to understand.