einbroch,55,200,4 script Herald 123,{
if( !#onetimeitem ){
set #onetimeitem,1;
mes "Hello youngster. Want to know a secret?";
next;
switch(select("Yes:No")) {
case 1:
mes "[Herald]";
mes "You made the right choice. Do you know that the toughest material in Rune Midgard is called Mithril? The best part is, I know how to get it.";
next;
mes " If you're willing to prove me you can handle a tough excursion, I'll direct you to my friend, and from that moment on, you're his problem. Will you do it?";
next;
OnMenu:
switch(select("Yes I will do it!:Wait, what's the material for?")) {
case 1:
mes "[Herald]";
mes "Outstanding! I will need you to collect two pieces of Pure Bradium, an excellent mineral from Bradium Golems in Manuk Fields. Bring me these two, and I will give you something so that my friend grants you passage to the mines.";
next;
mes "So ,do you have the items?";
next;
switch(select("Yes,Here They are:No")) {
case 1:
mes "[Herald]";
mes "Well done, I wasn't thinking you could do it. But be careful, the place where you'll be headed is very tough.";
if (countitem(512) < 20)
delitem 7233,
getbounditem 1244 1
close;
}
mes "[Herald]";
mes "Let me know when you're done. I will reward you for your efforts.";
close;
}
case 2:
mes "[Herald]";
mes " Don't make me regret this. Bring me the damn Bradium!";
close;
case 2:
mes "[Herald]";
mes "I can't properly answer that. You will have to find someone willing to use it on anything. But hey, it's the toughest material in Rune-Midgard, it's gotta be useful, right?";
goto OnMenu;
}
}
}
}
What Am I doing wrong? my head is just literally on fire right now, I dont even know what I'am doing anymore lol