Monogatari Documentation
HomepageGitHubDiscordTwitter
v1.0.0
v1.0.0
  • Getting Started
  • Configuration
    • Internationalization
    • Saving
  • Design
    • CSS Classes
    • HTML Data Attributes
    • Icons
    • Image Menus
  • Port
    • Ren'py
  • Release
    • Chrome App
    • Desktop
    • Mobile
    • Web
  • Script
    • Audio
    • Characters
    • Choices
    • Images
    • JavaScript
    • Labels
    • Messages
    • Scenes
    • Split Files
    • Text
    • Video
Powered by GitBook
On this page

Was this helpful?

  1. Script

Video

PreviousText

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