- D1 Meta Docs - Denizen Script -
Home Page / Pi to one million places / Contact mcmonkey / Donate / Paste Scripts / Denizen Help /
You are browsing as a guest.
Login | Register








The script repo is an archive of historical scripts. For modern scripts, or to post your own, please use the Scripts forum section.





Musical Skulls


By lanpai
Created: 2019/04/17 22:26:25 UTC-07:00 (5 years and 21 days ago)
Edited: 2019/04/17 22:26:25 UTC-07:00 (5 years and 21 days ago)
Likes: 0

Denizen Version: 1.0.3
Script Version: 1.0.0
Description:

A small script that allows players to hit skeleton skulls to play a ding at a random pitch like in classic cartoons.


Download script | View raw script
1
2
3
4
5
6
7
8
800

musical_script:
    type: world
    debug: false
    events:

        on player left clicks skeleton_skull:
            - playsound <player.location> sound:BLOCK_NOTE_BLOCK_XYLOPHONE volume:10 pitch:<util.random.decimal[0.6].to[1.4]>





View History