try this first:
prontera,180,215,3 script Healer::BC 894,{
OnWhisperGlobal:
if (@whispervar0$ == "puff") {
percentheal 100,100;
skilleffect 34,0; sc_start SC_BLESSING,360000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;
end;
} else {
end;
}
}
whisper to -> npc:BC
enter message: puff
it goes. change the "password" on the IF statement above