{
mes "Hey bro!";
mes "I work in a pizzeria because I love pizza! HAHA";next;
mes "Do you love pizza?";switch(select("Yes","No")){case1:
mes "I can't give you a piece of that, sorry...";
mes "But If you bring some itens for me, I can give you a incredible hat!";next;
mes "Do you wanna a Pizza Hat?";
mes "Besides being beautiful, it enables ^0000FFLv1 Provoke.";switch(select("Sure!","No thanks!")){case1:next;
mes "Ok, I will need:";
mes "^0000FF50x Cheese";
mes "^0000FF50x Egg";next;
emotion e_heh;
mes "And please don't forget my tip";
mes "^0000FF150.000 Zeny";next;
mes "You have my items?";switch(select("Yes","Not yet")){case1:if(countitem(574)>49&& countitem(548)>49&& zeny >149999){
delitem 574,50;
delitem 548,50;set zeny,zeny-150000;
getitem 5499,1;next;
mes "Done!!";
close;}else{goto n_FORGOT;}case2:next;
mes "Don't worry, go pick up the itens.";
close;
n_FORGOT:
mes "Bro, you forgot something";
close;}case2:next;
mes "Ok, no problem.";
mes "Cya";
close;}case2:
mes "You do not know what you're missing!";
close;}}
Share this post
Link to post
Share on other sites