#TRIGGER {(%*) attack[s ]{strike|strikes} (%w)} {#if %ismember(%lower(%2),@groupie) {rescue %2;#t- rescue}} {rescue} #TRIGGER {(%*) attack[s ]haven't hurt (%w)} {#if %ismember(%lower(%2),@groupie) {rescue %2;#t- rescue}} {rescue} #TRIGGER {^(%*) is DEAD!!} {#T+ rescue} {rescue2} #ALIAS autorescue {#ec autorescue - %1;#var groupie %additem(%lower(%1),@groupie);#ec;#ec --- CHARACTERS IN THE RESCUE LIST ---;#ec;#fo @groupie {#ec %i}} #ALIAS dontrescue {#ec don't rescue - %1;#var groupie %delitem(%lower(%1),@groupie);#ec;#ec --- CHARACTERS IN THE RESCUE LIST ---;#ec;#fo @groupie {#ec %i}} #ALIAS clearrescue {#ye {clear the rescue list?} {yes:groupie="";#ec rescue buffer - cleared} {no:}} #ALIAS showrescue {#ec;#ec --- CHARACTERS IN THE RESCUE LIST ---;#ec;#fo @groupie {#ec %i}} #MENU {rescue} {autorescue %selword} #MENU {don't rescue} {dontrescue %selword} #MENU {show rescue} {showrescue} #MENU {clear rescue} {clearrescue}