From 481e786fbb6f03e23d1d4f0c56509f677881b4ec Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 4 Mar 2019 12:40:55 -0300 Subject: Remove every trailing whitespace ```sed -i 's/[[:space:]]*$//' npc/*/*.txt``` --- npc/test/karim.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/test/karim.txt') diff --git a/npc/test/karim.txt b/npc/test/karim.txt index 85b17a6e7..c1b74d206 100644 --- a/npc/test/karim.txt +++ b/npc/test/karim.txt @@ -17,11 +17,11 @@ test,2,4,0 script karim NPC_PLAYER,{ .Item1 = RightCraftyWing; .Item2 = LeftCraftyWing; .ItemReward = FlightTalisman; - + function quest_beggining{ speech S_FIRST_BLANK_LINE | S_LAST_NEXT, l("my name is karim can you help me?."); - + setq Karim_Quest, 1; return; } @@ -80,12 +80,12 @@ test,2,4,0 script karim NPC_PLAYER,{ l("Can you give me a @@ or a @@", getitemlink(.Item1), getitemlink(.Item2)); do - { + { select l("a Right Crafty Wing"), l("a Left Crafty Wing"), menuaction(l("Quit")); - + switch (@menu) { case 1: -- cgit v1.2.3-60-g2f50