Musical Skulls
By
lanpaiCreated: 2019/04/17 22:26:25 UTC-07:00 (5 years and 250 days ago)
Edited: 2019/04/17 22:26:25 UTC-07:00 (5 years and 250 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 scriptmusical_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