tbamud/lib/world/trg/5.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

115 lines
1.9 KiB
Text

#500
Bunny - 500~
0 g 100
~
if %actor.is_pc%
say Welcome to the Newbie Farm!
wait 1 s
say The SAY command is used to speak. Say hello to the other animals in the Newbie Farm to learn how to play.
end
~
#501
NOT USED~
2 b 5
~
%echo% An apple falls...
wait 5
%force% reallyweirdalias say look out!
if !%self.catched%
%echo% ...on the ground.
%load% obj 501
end
set catched 0
remote catched %self.id%
~
#502
Mouse teach scan - 502~
0 d 100
hello hi~
say A mouse always SCANS before moving around, to avoid the creatures that can kill us.
~
#503
Catching Apple - 501~
0 b 1
~
%echo% An apple falls...
if %self.eq(wield)%
wait 1 ses
%echo% With a fast sword movement, %self.name% pierces the apple in mid-air.
%load% obj 501
wait 2
%echo% %self.name% takes the apple from the sword.
end
~
#504
Rooster teach kill - 504~
0 d 100
hello hi~
%send% %actor% consider rooster
%force% %actor% con rooster
wait 2 s
say You think you can KILL me?
~
#505
Apple purge - 501~
1 f 100
~
%echo% The farmer grabs the apple and adds it to his collection.
%purge% %self%
~
#520
Farmer Welcome - 520~
0 g 100
~
if %actor.is_pc%
say Welcome friend! Make yourself at home.
end
~
#526
Helen Welcome - 526~
0 g 100
~
if %actor.is_pc%
wait 1 s
emote smiles warmly at you.
wait 2 s
say Good day child!
end
~
#555
Bat Warning - 555~
0 g 100
~
if %actor.is_pc%
wait 1 s
emote flaps his wings nervously.
say Your death awaits you down there.
wait 2 s
say Turn back while you still can.
end
~
#574
Climb Up - 574~
2 c 100
climb~
if %arg% == up
%send% %actor% You climb up.
%echoaround% %actor% %actor.name% starts climbing up out of the hole.
%teleport% %actor% 573
%force% %actor% look
%echoaround% %actor% %actor.name% climbs out of the hole.
else
%send% %actor% Climb where?!
end
~
#584
Arthur Welcome - 584~
0 d 100
hi hello~
say Good day neighbor!
wait 2 s
emote gestures for you to sit down.
wait 2 s
emote smiles happily.
~
$~