Play around with the connection screen, again.
This commit is contained in:
parent
1d26529d1f
commit
7bbba8135c
1 changed files with 5 additions and 3 deletions
|
|
@ -33,21 +33,23 @@ Just keep following the red kerchiefs, until...
|
||||||
|
|
||||||
|b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☽༓☾∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n
|
|b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☽༓☾∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n
|
||||||
|
|
||||||
Welcome to the World of |g{}|n, version {}!
|
Welcome to the World of |g{}|n, version {}!
|
||||||
|
|
||||||
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.
|
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:
|
If you have an existing account, connect to it by typing:
|
||||||
|
|
||||||
|wconnect <username> <password>|n
|
|wconnect <username> <password>|n
|
||||||
|
|
||||||
If you need to create an account, type (without the <>'s):
|
If you need to create an account, (in the box at the bottom of the screen) type the following (without the <>'s):
|
||||||
|
|
||||||
|wcreate <username> <password>|n
|
|wcreate <username> <password>|n
|
||||||
|
|
||||||
If you have spaces in your username, enclose it in quotes.
|
If you have spaces in your username, enclose it in quotes.
|
||||||
|
|
||||||
After you've logged in Enter |whelp me|n for more info.
|
After you've logged in Enter |whelp me|n for more info.
|
||||||
|
|
||||||
|b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☽༓☾∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n
|
|b ⋅•⋅⋅•⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅∙∘☾༓☽∘∙•⋅⋅⋅•⋅⋅⊰⋅•⋅⋅•⋅⋅•⋅⋅•⋅ |n
|
||||||
""".format(
|
""".format(
|
||||||
settings.SERVERNAME, utils.get_evennia_version("short")
|
settings.SERVERNAME, utils.get_evennia_version("short")
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue