Difference between revisions of "User:Nerdvana"

From City of Hope MUSH
Jump to navigation Jump to search
Line 7: Line 7:
  
 
== Helpful Links ==
 
== Helpful Links ==
 +
 +
=== Building ===
 +
 +
* [https://scontent.ftpa1-2.fna.fbcdn.net/v/t1.0-9/120100475_10224820682844309_4043916820609529565_n.jpg?_nc_cat=104&_nc_sid=8bfeb9&_nc_ohc=xDMYfjY-jwYAX9ncY15&_nc_ht=scontent.ftpa1-2.fna&oh=d20845e814542b3bce467d6b1c80fa81&oe=5F97C29F Wharf vs Pier vs Quay vs Jetty]
  
 
=== Descing ===
 
=== Descing ===

Revision as of 10:20, 28 September 2020

Characters

Characters that I play are:

Helpful Links

Building

Descing

Useful Utilities

Utility Images

On MUSH Code

As I code things I'll include them here if they are minor, if they are major I'll make separate pages for them.

LATTR commands

I have uploaded commands based on the lattr function that people with large examine results may find useful. They can be read here.

Modified @adesc

The following code makes it so that you do not trigger your own Adesc when you look at yourself (overriding the default Player @adesc) and displays the looker's name with their @moniker.

@adesc me=@break strmatch(%#,%!);think [moniker(%#)] just looked at you.

Personal Descer

I have uploaded my own descer code. There's enough to it that I've made a separate page for it here.

On Wiki Code

Text Messaging Format

When a text message or messaging thread is important for a scene it is good to include it but I'd prefer for it to look right, so I came up with a nested table-in-table format that lets me do just that. Read about it here, feel free to borrow it!