Search results

  1. D

    How to get playsound to work in a script (newbie problem)

    Problem solved. playsound should have been fter the case 1. Also had to remove the .add after player.location
  2. D

    How to get playsound to work in a script (newbie problem)

    I have a very simple script as follows my_event: type: world events: after player breaks dirt: - choose <util.random.int[1].to[1]>: - playsound <player> sound:ENTITY_PLAYER_LEVELUP - case 1: - choose <util.random.int[1].to[4]>: - case 1...