summaryrefslogtreecommitdiff
path: root/world/map/npc/001-1/ched.txt
blob: 2ec3288a71b23441379b8dcfc30500baacbc821a (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 a spell to work, but I'm having some trouble.\"";
    mes "\"It's supposed to combine two potions, 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 cast it properly.\" %%6";
    close;
}