Difference between revisions of "User:Nerdvana"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
I have uploaded my own descer code. There's enough to it that I've made a separate page for it [[User:Nerdvana/descer|here]]. | I have uploaded my own descer code. There's enough to it that I've made a separate page for it [[User:Nerdvana/descer|here]]. | ||
+ | |||
+ | == Helpful Links == | ||
+ | |||
+ | === Descing === | ||
+ | |||
+ | [https://static.wixstatic.com/media/84c113_d9931dd8c1a04ab78925d89fb1ee9ebb~mv2.jpg/v1/fill/w_1000,h_646,al_c,q_90,usm_0.66_1.00_0.01/84c113_d9931dd8c1a04ab78925d89fb1ee9ebb~mv2.jpg Parts of a boot] | ||
[[Category:Unofficial]] | [[Category:Unofficial]] |
Revision as of 09:49, 21 August 2020
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.
Personal Descer
I have uploaded my own descer code. There's enough to it that I've made a separate page for it here.