# Script Actions

- [Choices](/documentation/script-actions/choices.md): Learn about choices, their properties and how to use them!
- [Clear](/documentation/script-actions/clear.md): Clear the text box
- [Conditionals](/documentation/script-actions/conditionals.md): Control the flow of your game based on conditions
- [Dialogs](/documentation/script-actions/dialogs.md): The text your players are going to read.
- [End](/documentation/script-actions/end.md): End your game
- [Gallery](/documentation/script-actions/image-gallery.md): An Image Gallery of images for your players to unlock
- [Hide Canvas](/documentation/script-actions/hide-canvas.md)
- [Hide Character](/documentation/script-actions/hide-character.md): Remove a character's sprite from screen
- [Hide Image](/documentation/script-actions/hide-image.md): Remove an image from the screen
- [Hide Particles](/documentation/script-actions/hide-particles.md): Hide a particle system animation
- [Hide Video](/documentation/script-actions/hide-video.md): Stop and remove a video from the screen
- [Input](/documentation/script-actions/input.md): Displays an input dialog to the player
- [Functions](/documentation/script-actions/javascript.md): Run JavaScript functions in your script
- [Jump](/documentation/script-actions/jump.md): Jump to a different label in your script
- [Next](/documentation/script-actions/next.md): Continue to the next statement on the script
- [Pause](/documentation/script-actions/pause.md): Pause playing media
- [Placeholder](/documentation/script-actions/placeholder.md)
- [Play Music](/documentation/script-actions/play-music.md): Play music media
- [Play Sound](/documentation/script-actions/play-sound.md): Play a sound effect
- [Play Voice](/documentation/script-actions/play-voice.md): Play a voice audio file
- [Preload](/documentation/script-actions/preload.md): Preload assets to ensure smooth playback
- [Show Canvas](/documentation/script-actions/canvas.md)
- [Show Background](/documentation/script-actions/show-background.md): Show a background without removing any game elements.
- [Show Character](/documentation/script-actions/characters.md): Show a character's sprite
- [Show Character Layer](/documentation/script-actions/character-layers.md): Control individual layers of a character sprite
- [Show Image](/documentation/script-actions/show-image.md): Show an image on screen
- [Show Message](/documentation/script-actions/message.md): Show a message
- [Show Notification](/documentation/script-actions/notifications.md): Show a notification to the player
- [Show Particles](/documentation/script-actions/particles.md): Show a particle system animation
- [Show Scene](/documentation/script-actions/show-scene.md): Change the background
- [Show Video](/documentation/script-actions/show-video.md): Display videos in your visual novel
- [Stop Music](/documentation/script-actions/stop-music.md): Stop playing music
- [Stop Sound](/documentation/script-actions/stop-sound.md): Stop playing sound effects
- [Stop Voice](/documentation/script-actions/stop-voice.md): Stop playing voice audio
- [Unload](/documentation/script-actions/unload.md): Free up memory by unloading unused assets
- [Vibrate](/documentation/script-actions/vibrate.md): Make the player's device vibrate
- [Wait](/documentation/script-actions/wait.md): Wait an amount of time before continuing
