tbamud/lib/world/trg/6.trg
Steaphan Greene c59c321d5d TBA data file whitespace cleanups. (#66)
This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.

It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.

This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.

This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
2019-11-18 12:53:47 -05:00

28 lines
442 B
Text

#600
Mob Random Speak - 622~
0 b 5
~
switch %random.3%
case 1
say RAAWK! Polly wants a cracker! Polly wants a cracker!
break
case 2
say Who's a pretty boy then? Who's a pretty boy then, RAAAAWK!
break
case 3
say Braaaak. I'm a pretty boy. I'm a pretty boy. Braaaak.
break
default
sneeze
break
done
~
#601
Mob Speech Polly - 622~
0 d 100
pretty~
if %actor.vnum% != %self.vnum%
say I'm a pretty boy.
end
~
$~