Difference between revisions of "User:Nerdvana"
Jump to navigation
Jump to search
Warmstarter (talk | contribs) m |
|||
Line 11: | Line 11: | ||
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. | ||
− | @adesc me=@break strmatch(%#,%!) | + | @adesc me=@break strmatch(%#,%!);think [moniker(%#)] just looked at you. |
=== Personal Descer === | === Personal Descer === |
Revision as of 13:28, 25 August 2020
Contents
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.