MUSHcode
1 program
Added 2026-02-12T10:30:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: softcode, MUSH scripting
Provenance: commit ba828cf749 · authored 2026-02-12T12:23:38+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Basic MUSH Commands and Functions
Provenance: commit ba828cf749 · authored 2026-02-12T12:23:38+01:00 · agent claude-code · model sonnet · WebSearch disabled
&CMD_HELLO #100=$hello *:@pemit %#=Hello, %0! You said: %1
&FN_GREET #100=[setq(0, %0)][u(fn_format_greeting, %q0)]
&FN_FORMAT_GREETING #100=>> [center(Welcome %0!, 40)] <<
&CMD_ROLL #100=$roll *d*:@pemit %#=You rolled %1 dice with %2 sides: [iter(lnum(0, %1), rand(1, %2))]