i dont understand how to name a call command event when doesnt give the option to name it.
Perhaps you misunderstand the command, especially since you give it the wrong name:
It's "call common event", not "call command event". And all common events in the database tab common event have a big box to put the name in it at the top, to the left of the trigger field.
And I think you're confusing a part of the rest of the event functions as well.
If the second page of the autorun doesn't contain any command, that means you're using it to switch off the autorun at the point where you command the self switch. That is neccessary because otherwise the autorun would loop.
But that also means that all command what the event should do have to be entered before the line "control self switch A = ON" on the first page.
Currently this is
1) call one of the common events entered into the database
2) show some text
3) Move one step backward
4) wait one second
5) disable the event
Especially the wait-command is useless since you do nothing after it...
If you want the event to make several steps backwart with pauses between them, then you need to enter the lines 3&4 several times until the event is in the correct place.
So, please describe what should happen in that event?
Especially what do you want to call in the first line?