Update World for release

This commit is contained in:
Rumble
2017-02-04 18:10:07 +01:00
parent 2f12752373
commit 819afdf3d2
10 changed files with 307 additions and 310 deletions

View File

@@ -2067,13 +2067,16 @@ if %amount% >= 100
end
emote opens a concealed door.
wait 1 sec
say thank you, step inside.
say Thank you, step inside.
wait 2 sec
%echoaround% %actor% %self.name% pushes %actor.name% through a concealed door.
%send% %actor% %self.name% helps you through a concealed door.
%teleport% %actor% 130
else
say only %amount% coins, I don't think so.
if %amount% > 1
set s s
end
say Only %amount% coin%s%? I don't think so.
give %amount% coin %actor.name%
end
~