Difference between revisions of "User:Nerdvana"

From City of Hope MUSH
Jump to navigation Jump to search
m
Line 64: Line 64:
 
* [[ADESC Code That Only Others Trigger]]
 
* [[ADESC Code That Only Others Trigger]]
 
* [[LATTR Commands (Softcode)|LATTR Commands]] that list the attribute names on objects in a clean format
 
* [[LATTR Commands (Softcode)|LATTR Commands]] that list the attribute names on objects in a clean format
* [[NAME and DBref# Display for Easy Nom Participant Listing]]
+
* [[NAME and DBref Number Display for Easy Nom Participant Listing]]
 
* [[Personal Descer (Softcode)|Personal Descer]] that handles descriptions in modular parts
 
* [[Personal Descer (Softcode)|Personal Descer]] that handles descriptions in modular parts
 
* [[Short Desc Visability at a Distance]] code which was shared with me by [[Xiu]]'s player.
 
* [[Short Desc Visability at a Distance]] code which was shared with me by [[Xiu]]'s player.

Revision as of 05:41, 5 December 2020

Characters

Characters that I play are:

Helpful Links

Building

Descing

Important Rules Pages

Useful Utilities

Useful Pages

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.

Unofficial Code Pages

The following are a list of pages with code I've written up:

On Wiki Code

Non-breaking spaces

If you want to tab in you can use a few non-breaking spaces ( ). Wikipedia has a whole article on them here if you want to read more about them.

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!