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 ++++---- npc/test/rock.txt | 2 +- npc/test/test1.txt | 2 +- npc/test/test2.txt | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'npc/test') 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: diff --git a/npc/test/rock.txt b/npc/test/rock.txt index e899ea4df..4f769cd62 100644 --- a/npc/test/rock.txt +++ b/npc/test/rock.txt @@ -15,7 +15,7 @@ test,2,6,0 script rock NPC_PLAYER,{ function quest_play { - mes l("Before start witch item do you want to play"); + mes l("Before start witch item do you want to play"); mes "##B" + l("Drag and drop an item from your inventory.") + "##b"; .Item = requestitem(); diff --git a/npc/test/test1.txt b/npc/test/test1.txt index 52f788bbc..7297f54a3 100644 --- a/npc/test/test1.txt +++ b/npc/test/test1.txt @@ -2,7 +2,7 @@ // Author: // 4144 // Description: -// script tests +// script tests function script test1function { .var = .walkmask; diff --git a/npc/test/test2.txt b/npc/test/test2.txt index 6870463c7..fdc6f8470 100644 --- a/npc/test/test2.txt +++ b/npc/test/test2.txt @@ -2,7 +2,7 @@ // Author: // 4144 // Description: -// script tests +// script tests test,12,5,0 script test2 NPC_HAT_BOX,{ close; -- cgit v1.2.3-60-g2f50