summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/ched.txt
blob: 1710ff1e7ee0cc35eaec0a184e1f16c4ea2e5dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Student at Tulimshar's magic academy

001-1,43,48,0|script|Ched|113
{
    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;
}