Jump to content

MUCK:Cheatsheet: Difference between revisions

m
m (Fix formatting)
m (→‎Softcode: typo)
Line 80: Line 80:


* Softcode lets you make your text dynamic. You can learn more on [https://wiki.tinymux.org/index.php/Softcode_functions the TinyMUX wiki], though be prepared; it's a lot. Mostly, it is contained in square brackets, so keep that in mind
* Softcode lets you make your text dynamic. You can learn more on [https://wiki.tinymux.org/index.php/Softcode_functions the TinyMUX wiki], though be prepared; it's a lot. Mostly, it is contained in square brackets, so keep that in mind
* One thing you might want to do most often is reference pronouns in text such as your descriptions. You can do this with the various function calls related to pronouns, like <code>[they(%#, 1)] [has(%#)] [they(%#)] / [them(%#)] pronouns.</code> which will hopefully produce something like <code>They have she / her pronouns.</code>
* One thing you might want to do most often is reference pronouns in text such as your descriptions. You can do this with the various function calls related to pronouns, like <code>[they(%#, 1)] [has(%#)] [they(%#)] / [them(%#)] pronouns.</code> which will hopefully produce something like <code>They have they / them pronouns.</code>
* Check [[Talk:MUCK commands]] for some handy samples folks have made.
* Check [[Talk:MUCK commands]] for some handy samples folks have made.