I believe what you want is pretty much what the menu_login contrib offers. It's pretty basic, but it will at least give you an example of how it can easily be done: https://github.com/evennia/evennia/blob/master/evennia/contrib/menu_login.py
This menu starts at login (when the player connects) and instead of asking her to use the "create" or "connect" command, it walks her through a step-by-step process to create an account or connect to one. Again, you will have to adapt it, but the contrib will give you a starting point.
HTH,
Vincent
--
You received this message because you are subscribed to the Google Groups "Evennia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evennia+u...@googlegroups.com.
To post to this group, send email to eve...@googlegroups.com.
Visit this group at https://groups.google.com/group/evennia.
To view this discussion on the web visit https://groups.google.com/d/msgid/evennia/c540c82d-45c6-4c5c-841c-64ec1ccc779a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Limbo is just a room, so you can, of course, edit it.
@tel #2
@name here = Something else
@desc #2 = Another desc
And so on. As for the default location, it can be changed through the settings:
# The start position for new characters. Default is Limbo (#2).
# MULTISESSION_MODE = 0, 1 - used by default unloggedin create
command
# MULTISESSION_MODE = 2, 3 - used by default character_create
command
START_LOCATION = "#2"
So you can place another ID in this setting, adding these lines to your server/conf/settings.py file.
HTH,
Vincent
--
You received this message because you are subscribed to the Google Groups "Evennia" group.
To unsubscribe from this group and stop receiving emails from it, send an email to evennia+u...@googlegroups.com.
To post to this group, send email to eve...@googlegroups.com.
Visit this group at https://groups.google.com/group/evennia.
To view this discussion on the web visit https://groups.google.com/d/msgid/evennia/4fb2200f-513a-4d4f-b134-26e263f14e2a%40googlegroups.com.