summaryrefslogtreecommitdiff
path: root/npc/functions/resetstatus.txt
blob: 8a58c99bbc38a80c84869337e0788443e223a549 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Moubootaur Legends Script.
// Authors:
//    Vasily_Makarov (original from Evol)
//    Jesusalva
// Description:
//    Status Reset NPC utils

// ConfirmStatusReset( )
function	script	ConfirmStatusReset	{
    mesn;
    mesq l("Did you knew it is impossible to reassign your training?");
    next;
    mesn;
    mesq l("If you used swords during all your life, and decide to become a mage, you'll need to build your magic skills from ground up.");
    next;
    mesn;
    mesq l("However, unless you are reborn, you'll never forget what you've learned.");
    next;
    mesn;
    mesq l("I also heard different races had different affinities to the basic attributes, but I would not be able to say.");
    return 0;

}