diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-04 12:40:55 -0300 |
commit | 481e786fbb6f03e23d1d4f0c56509f677881b4ec (patch) | |
tree | 680a6b75d3553e209a0e4b60391d2833a5145546 /npc/test | |
parent | 9001ebdb56bfe0e2c5fddf55c48268681654f6b3 (diff) | |
download | serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.gz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.bz2 serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.tar.xz serverdata-481e786fbb6f03e23d1d4f0c56509f677881b4ec.zip |
Remove every trailing whitespace
```sed -i 's/[[:space:]]*$//' npc/*/*.txt```
Diffstat (limited to 'npc/test')
-rw-r--r-- | npc/test/karim.txt | 8 | ||||
-rw-r--r-- | npc/test/rock.txt | 2 | ||||
-rw-r--r-- | npc/test/test1.txt | 2 | ||||
-rw-r--r-- | npc/test/test2.txt | 2 |
4 files changed, 7 insertions, 7 deletions
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; |