Cant use a script from external script file

when i have:

script:
get_recent_movies:
alias: Last added movies
sequence:
- service: media_player.kodi_call_method
data:
entity_id: media_player.kodi
method: VideoLibrary.GetRecentlyAddedMovies
properties:
- title
- year
- file
- lastplayed

get_recent_episodes:
alias: Last TV shows
sequence:
- service: media_player.kodi_call_method
data:
entity_id: media_player.kodi
method: VideoLibrary.GetRecentlyAddedEpisodes
properties:
- showtitle
- file
- lastplayed
- firstaired

get_pvr_channels:
alias: TV Channels
sequence:
- service: media_player.kodi_call_method
data:
entity_id: media_player.kodi
method: PVR.GetChannels
channelgroupid: 1

this in configuration.yaml it does work but when i put it in htpc-01-actions.yaml with a htpc_01_actions: !include htpc-01-actions.yaml in cofiguration, im getting the error:

Invalid config for [script]: [get_recent_movies] is an invalid option for [script]. Check: script->script->htpc_01_actions->get_recent_movies. (See C:\Users\HTPC\AppData\Roaming.homeassistant\configuration.yaml, line 77). Please check the docs at Scripts - Home Assistant

Please any help im stuck for lots of hours on this, its my first project :slight_smile:

your indentation seems completely fubarred.

here is the raw paste