-- LUA Script - precede every function and global member with lowercase name of script + '_main' -- Player Enters Music Zone NUM_COUNTERS = 9999 function etc_musicstopper_init(e) end function etc_musicstopper_main(e) if g_Entity[e]['plrinzone']==1 then for i = 1,NUM_COUNTERS do if IsPlayer[i] == 1 then StopSound(i,0) end end ActivateIfUsed(e) end end