criteria = function() { return state == state_focus; } trigger = function() { return global.playerINK == 9 && global.playerHP <= 3; }; init_spr = function() { spr_index = global.altcontrol ? sTutorFocusAlt : sTutorFocus; } persistent = true;