I need help with.... LUA!
OK so this is a timer that will call a function after 2 minutes and 22 seconds:
1
timer(133200,"themeOver",tonumber(id))
This is the function:
1
2
3
2
3
function themeOver(id) 	themePlaying[tonumber(id)]=false end
But my problem is that the song is finished but the timer never calls the function!