Difference between revisions of "Coding"

From Redwall MUCK Wiki
(Imported from text file)
 
(Imported from text file)
Line 37: Line 37:
* [[12|Printer-friendly version]]
* [[12|Printer-friendly version]]


* [[Login33Cb.Html%3FDestination%3DComment%252Freply%252F12%2523Comment_Form|Login]] to post comments
 
[[Category:Coding]]

Revision as of 22:21, 16 November 2017


The NMC MU has two coding languages that allow the game to be customized and the experience controlled by the staff and players.

The most powerful of the languages is MUF (Multi-User Forth) and is only accessible to the wizards at this time. MUF has security issues, but it's MUF that most of the commands in the game (such as look or jump are written in. To work with MUF, to learn it, etc., go to the Nameless MUCK website ([1]) and download/install your own MU. When your program is done and bundled in a load-script, you can submit it to the NMC project and if it goes there, it will end up here.

MPI is free to use by all players. It's not quite as powerful as MUF, but it's very capable for doing even substantial things. This section is mostly geared toward MPI, since that's what most players will be using.

‹ Planing and Running a Tiny Plot

up

Clothing Macros ›