From cf18ce071c79ae37e14ea38943e0b1d88da70a7b Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 9 Apr 2021 13:33:57 -0300 Subject: Override --- npc/029-1/ferry_master.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100755 npc/029-1/ferry_master.txt (limited to 'npc/029-1/ferry_master.txt') diff --git a/npc/029-1/ferry_master.txt b/npc/029-1/ferry_master.txt new file mode 100755 index 00000000..8828ee71 --- /dev/null +++ b/npc/029-1/ferry_master.txt @@ -0,0 +1,19 @@ + +029-1,45,107,0 script Ferry Master#candor NPC138,{ + mes "[Ferry Master]"; + mes "\"Hello! Do you need something?\""; + goto L_Main; + +L_Main: + menu + "How do I use the ferry?", L_Explain, + "Nothing I guess", L_close; + +L_Explain: + mes "[Ferry Master]"; + callfunc "FerryHelp"; + goto L_Main; + +L_close: + close; +} -- cgit v1.2.3-60-g2f50