summaryrefslogtreecommitdiff
path: root/npc/001-1/ched.txt
blob: 1c774e9e29d527ee8b6b43bbc8fe70f29e7e9192 (plain) (blame)
1
2
3
4
5
6
7
8
9
001-1,43,48,0	script	Ched	NPC113,{
    mes "[Ched]";
    mes "\"I'm trying to get work on my Alchemy homework, but I'm having some trouble.\"";
    mes "\"I'm supposed to combine two potions to create a " + getitemlink("ConcentrationPotion") + ", but I can't seem to figure out which two to combine...\"";
    next;
    mes "\"Maybe I should go back to practicing '" + get(.invocation$, "detect-magic") + "' until I can make potions properly.\" %%6";
    close;
}