Jan 9, 2018, 2:10 PM

@fortydeuce said in Coming Soon: Arx, After the Reckoning:

@griatch said in Coming Soon: Arx, After the Reckoning:

nick page foo=$1=page foobartholicus=$1

Thanks! I asked on the info chan about how to get nick to do this, and the impression was that it probably wasn't possible. Much obliged.

ETA: As a test...
nick page der=$1=page derovai=$1
results in
You must use the same $-markers both in the nick and in the replacement.

Heh, you are right. That would be a parsing issue with all those = it would appear. That's something for me to fix on the Evennia side I think. 🙂 Mapping page der $1 instead will work for now.
.
Griatch