Hi!
If i put the "else" into the script, its not working anymore, otherwise it needs the "else" to has sense. could you help me out?
if(Zeny <= 100000){mes "You dont have enough zeny";}close;
else{
set Zeny, Zeny-100000;
skilleffect 34,0; sc_start SC_BLESSING,500000,10;
skilleffect 29,0; sc_start SC_INCREASEAGI,500000,10;
skilleffect 33,0; sc_start SC_ANGELUS,500000,10;
skilleffect 74,0; sc_start SC_MAGNIFICAT,500000,5;
skilleffect 75,0; sc_start SC_GLORIA,500000,5;
skilleffect 66,0; sc_start SC_IMPOSITIO,500000,5;
skilleffect 361,0; sc_start SC_ASSUMPTIO,500000,5;}
close;