Monogatari Documentation
HomepageGitHubDiscordTwitter
v1.4.1
v1.4.1
  • Getting Started
  • Configuration
    • Asset Preloading
    • Internationalization
    • Saving
    • Skip Main Menu
  • Design
    • CSS Classes
    • HTML Data Attributes
    • Icons
    • Image Menus
  • Port
    • Ren'py
  • Release
    • Chrome App
    • Desktop App
    • Mobile
    • Web
  • Script
    • Audio
    • Characters
    • Choices
    • Conditionals
    • Images
    • Input
    • JavaScript
    • Labels
    • Messages
    • Notifications
    • Particles
    • Scenes
    • Split Files
    • Storage
    • Text
    • Vibration
    • Video
    • Wait
  • Contribute
    • Translations
Powered by GitBook
On this page

Was this helpful?

  1. Script

Video

PreviousVibrationNextWait

Last updated 6 years ago

Was this helpful?

Sometimes images and sound is just not enough and a video is needed. As always, you need to declare it first.

To view the supported formats, you can take a look at .

var videos = {
    "Dandelion": "DandelionTimelapse.mp4"
}

Then just use the command "Play" to play it!.

"play video Dandelion"
this page