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

Was this helpful?

  1. Script

Vibration

You can make the mobile phones that support this feature vibrate! to do so, you just need the vibrate command which syntax is:

If you want it to vibrate once: "vibrate [time]" If you want it to vibrate in a pattern: "vibrate [time] [time] [time] ..."

The following will make the device vibrate for 100 miliseconds.

"vibrate 100"

While this will make it vibrate in a pattern:

"vibrate 100 200 300 200 100"
PreviousTextNextVideo

Last updated 6 years ago

Was this helpful?