Hi.
Like the error says. You use the method "start_actor_selection" but you don't defined this method.
I think you copied some party from the "Scene_Menu" so I would copy the missing method also.
@status_window = Window_MenuStatus.new(160, 0) # LOOK HERE how do i know what numbers Come after it?
Do you mean (160,0) ?
Just look at the class you want to call and you'll find out.
Look at "initialize" and after this method are the needed parameter. In this case the x and y coordinate.
Deity