Normalize case in many TBA script commands.

Since circle/tba is not case-sensitive, this should be a non-change.
I confirmed this by verifying that `diff -i` shows zero changes.

So, to tba, this is just a cosmetic cleanup.

However, to others that use this data, the case might be important.
...this includes my own separate MUD codebase. :)
This commit is contained in:
Steaphan Greene
2019-11-18 13:06:53 -08:00
parent c59c321d5d
commit 458447512d
14 changed files with 89 additions and 89 deletions

View File

@@ -39,7 +39,7 @@ start quest 2~
wait 1 s
if %actor.varexists(accepted_quest_two)%
say Have you returned with the head, %actor.alias%?
Else
else
say Can you help me?, %actor.alias%
emote rings his hands nerviously, looking around.
end
@@ -94,12 +94,12 @@ if %object.vnum( 34502 )%
say Perhaps you should go over and look around some
%purge% %object%
rdelete accepted_quest_two %actor.id%
Else
else
return 0
wait 3
say Thats not a head!
End
end
~
#34508
atmosphere for rooms (Fog)~