diff options
Diffstat (limited to 'npc/custom/quests/dead_branch.txt')
-rw-r--r-- | npc/custom/quests/dead_branch.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/custom/quests/dead_branch.txt b/npc/custom/quests/dead_branch.txt index 95f0a95b7..bb70f6020 100644 --- a/npc/custom/quests/dead_branch.txt +++ b/npc/custom/quests/dead_branch.txt @@ -25,10 +25,10 @@ niflheim,204,179,3 script Mister Mobry 2_M_MOLGENSTEIN,{ mes "[Mister Mobry]"; mes "I can create a spirited branch... That is, if you can provide me with the correct materials..."; next; - goto L_MENU; + goto L_Menu; -L_MENU: - menu "What Do I Need?",-,"Where Can I find this Crap?",M_FIND,"Make me a Dead Branch!",M_CREATE,"Forget it...",M_END; +L_Menu: + menu "What Do I Need?",-,"Where Can I find this Crap?",M_FIND,"Make me a Dead Branch!",M_CREATE,"Forget it...",M_End; mes "[Mister Mobry]"; mes "Mwehehe... I see you want to control tree spirits am I right? Ok... I need:"; @@ -37,7 +37,7 @@ L_MENU: mes "^1354455 Trunk^000000"; mes "^1354451 Wooden Gnarl^000000"; next; - goto L_MENU; + goto L_Menu; M_FIND: mes "[Mister Mobry]"; @@ -47,7 +47,7 @@ M_FIND: mes "^135445Trunks? Seriously, think wood...^000000"; mes "^135445Wooden Gnarl... Gibbet...^000000"; next; - goto L_MENU; + goto L_Menu; L_NOLOG: mes "[Mister Mobry]"; @@ -95,7 +95,7 @@ L_GIVE2: getitem 12103,1; //Bloody Branch close; -M_END: +M_End: mes "[Mister Mobry]"; mes "No spirit for you... then go!"; close; |