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/karim.txt | |
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/karim.txt')
-rw-r--r-- | npc/test/karim.txt | 8 |
1 files changed, 4 insertions, 4 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: |