hola, quiero ser moderador de mods

r2d4

Newbie
Apr 16, 2026
1
0
30
Pronouns
mmmm nada
Code:
function mario_update(m)
    
    if (m.controller.buttonPressed & A_BUTTON) ~= 0 then
         (el valor 0x100 equivale a una cuña de vida)
      
        m.health = m.health - 0x100
        
        --
        play_sound(SOUND_MARIO_ATTACKED, m.marioObj.header.gfx.cameraToObject)
    end
end

hook_event(HOOK_MARIO_UPDATE, mario_update)
Don't double post! Use that edit button! Post automatically merged:

aqui un proyecto
 

Users who are viewing this thread