Author Topic: New music related commands  (Read 742 times)

Antikore

  • Developing Mortal Theater at day, developing depression at night.
  • Level 22: Trex
  • *
  • Posts: 2020
  • Enjoying Platform Builder from the very start
    • View Profile
    • PBuilder Resources
New music related commands
« on: May 08, 2020, 12:20:47 PM »
Music Style:
Code: [Select]
//The music will loop, or when finished the music changes to no music
music style = looping
music style = once
//Useful for using multiple tunes throughtout continue previous

Conditional:
Code: [Select]
//Checks the current status of the music
if music status = none //No music is being played.
if music status = playing //The music is playing
if music status = ended //When the music has ended in once music style, and also only returns true if the music was ended naturally and not by commands.
if music status = paused //When paused through the command pause music
Sorry because my English is not very good because I'm Spanish ;) :P