01-18-2015, 03:51 AM
Right, sorry, the melody table definition was wrong, it should have been:
local Melody = { { delay = 0, pitch = F5}, { delay = 4, pitch = F5}, ... }That's what happens when I write code off the top of my head, without testing it.