ma l'inno finale come fai a farlo partire?
devi aggiungere delle stringhe . ti metto un esempio:
se scorri verrso lafine del tournament_anth_tunnel modulo
devi scrivere ad esempio io ho fatto per Milan in esibizione (teamid == 121 and tid == 65535)e Ascoli in esibizione +Serie A,B, e coppa italia(teamid == 317 and (tid == 65535 or tid == 18 or tid == 24 or tid == 82 or tid == 85) )
-- ANTHEM 5 - FULL TIME WALK OFF TOURNAMENT ANTHEM
elseif string.match(filename, "common\\demo\\fixdemo\\timeup\\cut_data\\tu_full_02.*") then
if fulltime_anthem then
else
log("game loaded: " .. filename)
if tid == 58 then
fulltime_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Other\\ML_Testimonial\\intro_anthem.mp3")
elseif teamid == 121 and tid == 65535 then
fulltime_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Italy\\Exhibition\\Milanfinal.mp3")
elseif teamid == 317 and (tid == 65535 or tid == 18 or tid == 24 or tid == 82 or tid == 85) then
fulltime_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Teams\\Italy\\Exhibition\\Ascolifinal.mp3")
ecc.
poi devi cancellare Serie A e Serie b altrimenti ti si sovrappone
infatti un po piu in basso trovi la stringa da cancellare
elseif tid == 18 then
fulltime_anthem = audio.new(ctx.sider_dir .. "content\\tournament_anth_tunnel\\Italy\\Serie_A\\intro_anthem.mp3")
lo stesso fai per serie B