addEvent("Introduction","L_Introduction","Welcome to Flyff Rhisis Style.");
addEvent("Mercenary","L_Mercenary","Would you like to change to a Mercenary? The Mercenary Class is a melee based class, which means you have to be at a close range to use their skills.");
addEvent("Farewell","L_Farewell","");
[b]addEventText("L_Mercenary","If you think that's not for you, there are always other options.");[/b]
addOption("L_Mercenary","__YES__","L_True");
addOption("L_Mercenary","__NO__","L_False");
addLinkedEvent("L_True","L_WrongJob","You're not a vagrant","GetJob",0);
addLinkedEvent("L_True","L_WrongLevel","You're not the right level.","GetLevel",15);
[b]addLinkedEvent("L_True","L_ChangeJob","Now you're job is mercenary.","SetJob",1);[/b]
addLinkedEvent("L_False","L_SameJob","You've decided not to be a mercenary.");