From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/031-1/frozenbeard.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 npc/031-1/frozenbeard.txt (limited to 'npc/031-1/frozenbeard.txt') diff --git a/npc/031-1/frozenbeard.txt b/npc/031-1/frozenbeard.txt new file mode 100755 index 00000000..4b380d79 --- /dev/null +++ b/npc/031-1/frozenbeard.txt @@ -0,0 +1,22 @@ + +031-1,96,113,0 script Frozenbeard NPC138,{ + + mes "[Frozenbeard]"; + mes "\"Yar! Do you need something, matey?\""; + goto L_Main; + +L_Main: + menu + "Can you explain the Ferry?", L_Explain, + "Nothing I guess", L_close; + +L_Explain: + mes "[Frozenbeard]"; + mes "\"Arrr mate! I pioneered the trade routes between Nivalis and the rest of the World, so now merchants and adventurers can travel to and fro without any hassle other than the harsh weather up here, yarr.\""; + next; + callfunc "FerryHelp"; + goto L_Main; + +L_close: + close; +} -- cgit v1.2.3-60-g2f50