Script error help for game menu!

heres my script

@transition fade out black in 3
label GAME_MENU

EXT. PMGM - NIGHT
&overlay START create from BLACK BUTTON AND overlay START shifts to 5 404 in zone 1 AND overlay START scales to 0.751 0.751
&overlay CUSTOMIZE create from BLACK BUTTON AND overlay CUSTOMIZE shifts to 10 287 in zone 1 AND overlay CUSTOMIZE scales to 0.751 0.751
&overlay CREDITS create from BLACK BUTTON AND overlay CREDITS shifts to -10 184 in zone 1 AND overlay CREDITS scales to 0.751 0.751
&overlay SKIP create from BLACK BUTTON AND overlay SKIP shifts to 18 82 in zone 1 AND OVERLAY SKIP scales to 0.751 0.751
@transition fade in black in 3
tappable
“START” {
goto START
}
“CUSTOMIZE” {
goto femlcc_custom_0
}
“CREDITS” {
goto CREDITS
}
“SKIP” {
goto END
}

Heres the error : &overlay SKIP create from BLACK BUTTON AND overlay SKIP shifts to 18 82 in zone 1 AND OVERLAY SKIP scales to 0.751 0.751 is not a valid directing command

Can someone tell me what i should fix

1 Like

overlay souldn’t be in capital letters I think:))

I didnt even notice thank you :sob: :blue_heart:

1 Like

Your welcome! It happened quite often to me :sweat_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.