Implemented page history, meaning you don't need to provide your victim's name/alias and the equal sign after the initial page. TODO: Allow paging multiple people at once, ala MUX.
This commit is contained in:
parent
c4597f41a1
commit
4f67efb70a
2 changed files with 12 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ NOSAVE_FLAGS = ["CONNECTED"]
|
|||
NOSET_FLAGS = ["CONNECTED"]
|
||||
|
||||
# These attribute names can't be modified by players.
|
||||
NOSET_ATTRIBS = ["MONEY", "ALIAS"]
|
||||
NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED"]
|
||||
|
||||
# Server version number.
|
||||
EVENNIA_VERSION = 'Pre-Alpha'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue