Difference between revisions of "User:Nerdvana"

From City of Hope MUSH
Jump to navigation Jump to search
m (added modified @desc code line)
Line 15: Line 15:
 
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.
 
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.
  
  ''code coming later''
+
  @adesc me=@break strmatch(%#,%!)=think [moniker(%#)] just looked at you.

Revision as of 09:06, 20 August 2020

Characters

I've been playing on MUSHes off and on since the mid-90s so there is no way I could remember all of my characters, but below is a list of those I know of (and want to mention here).

  • Vic is my only current character on City of Hope MUSH
  • Rawoolin is my current character on Among the Stars MUSH
  • more to come later

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.

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.