New start screen.
This commit is contained in:
parent
7daf75c167
commit
c862ffde82
2 changed files with 18 additions and 11 deletions
|
|
@ -34,23 +34,30 @@ You followed his instructions. Head to the city park, and on the woodsy side, tu
|
|||
|
||||
Just keep following the red kerchiefs, until...
|
||||
|
||||
Welcome to the World of |g{}|n!
|
||||
Welcome to the World of |G
|
||||
• ▌ ▄ ·. .▄▄ · .▄▄ · ▄▄▄· ▐ ▄ ·▄▄▄▄
|
||||
·██ ▐███▪▪ ▐█ ▀. ▐█ ▀. ▐█ ▀█ •█▌▐███▪ ██
|
||||
▐█ ▌▐▌▐█· ▄█▀▄ ▄▀▀▀█▄▄▀▀▀█▄ ▄█▀▀█ ▐█▐▐▌▐█· ▐█▌
|
||||
██ ██▌▐█▌▐█▌.▐▌▐█▄▪▐█▐█▄▪▐█ ▐█ ▪▐▌██▐█▌██. ██
|
||||
▀▀ █▪▀▀▀ ▀█▄▀▪ ▀▀▀▀ ▀▀▀▀ ▀ ▀ ▀▀ █▪▀▀▀▀▀•
|
||||
▄▄▄·▄• ▄▌·▄▄▄▄ ·▄▄▄▄ ▄▄▌ ▄▄▄ ..▄▄ ·
|
||||
▐█ ▄██▪██▌██▪ ██ ██▪ ██ ██• ▀▄.▀·▐█ ▀.
|
||||
██▀·█▌▐█▌▐█· ▐█▌▐█· ▐█▌██▪ ▐▀▀▪▄▄▀▀▀█▄
|
||||
▐█▪·•▐█▄█▌██. ██ ██. ██ ▐█▌▐▌▐█▄▄▌▐█▄▪▐█
|
||||
.▀ ▀▀▀ ▀▀▀▀▀• ▀▀▀▀▀• .▀▀▀ ▀▀▀ ▀▀▀▀|n
|
||||
|
||||
This is a game. One that hearkens back to earlier age, where, with limited graphics, we created worlds built of words. A story game where you type instructions to manipulate the story.
|
||||
If you have an existing account, connect to it by typing the following (without the <>'s):
|
||||
|
||||
If you have an existing account, connect to it by typing (in the lower boxed area if you are on the web) the following (without the <>'s):
|
||||
|gconnect <username> <password>|n
|
||||
|
||||
|wconnect <username> <password>|n
|
||||
|wNote:|n If you are using the webclient, click the lower boxed area.
|
||||
|
||||
Where "username" is the name of your account and your character's name you wish to assume. Please get creative with your password. 😉
|
||||
If you need to create an account, (once again, in the box at the bottom of the screen) type the following (without the <>'s):
|
||||
If you need to create an account, type the following (without the <>'s):
|
||||
|
||||
|wcreate <username> <password>|n
|
||||
|gcreate <username> <password>|n
|
||||
|
||||
Where "username" is the name of your account. Please get creative with your password. 😉
|
||||
If you have spaces in your username or password, enclose it in quotes.
|
||||
|
||||
After you've logged in Enter |whelp me start|n for more the getting started guide.
|
||||
|
||||
""".format(
|
||||
settings.SERVERNAME, utils.get_evennia_version("short")
|
||||
)
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ if {$there eq "there"} {
|
|||
}
|
||||
|
||||
# Handle the prompt after logging in
|
||||
expectit "After you've logged in Enter"
|
||||
expectit "enclose it in quotes"
|
||||
|
||||
if {$create eq "true"} {
|
||||
send "create rob backinqa\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue