Set Playback State
## function name, you can set this to anything that is unique
func1:
## function type
type: set_playback_state
## name of gif/music player that should be paused/resumed
object: gif1
## set the object to paused or not
paused: false
Last updated