mirror of
https://github.com/Xevion/expression-2.git
synced 2025-12-06 03:15:02 -06:00
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
@name YouTube MP3 Soundplayer V1
|
|
@inputs
|
|
@outputs
|
|
@persist Radio:entity
|
|
@trigger
|
|
|
|
if(first()) {
|
|
Radio = entity()
|
|
URL = "https://www.dropbox.com/s/7l6v3nync6cq575/oki doki boomer.mp3?dl=0&raw=1"
|
|
}
|
|
|
|
if(streamCanStart()) {
|
|
Radio:streamStart(randint(0, 100), 100, URL)
|
|
}
|