if (.@Buffs) {
specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10;
specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
set HEALDELAY,gettimetick(2)+.@Delay;
close;
}
You don't have anything that checks .@Buffs.
if (.@Buffs == 1) {
specialeffect2 EF_INCAGILITY; sc_start SC_INCREASEAGI,240000,10;
specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;
set HEALDELAY,gettimetick(2)+.@Delay;
close;
}
You clearly don't know how a If works..
@Topic
Try to remove this line
mes "" + callfunc("Time2Str" ,HEALDELAY);