Difference between revisions of "Coding"

From Redwall MUCK Wiki
(Imported from text file)
 
Line 1: Line 1:
The NMC MU has two coding languages that allow the game to be customized and the experience controlled by the staff and players.
The NMC MU has two coding languages that allow the game to be customized and the experience controlled by the staff and players.


Line 8: Line 6:


* [[Clothing_Macros|Clothing Macros]]
* [[Clothing_Macros|Clothing Macros]]
* [[Debugging_MPI|Debugging MPI]]
* [[Debugging_MPI|Debugging MPI]]
* [[Documentation_on_MPI|Documentation on MPI]]
* [[Documentation_on_MPI|Documentation on MPI]]
* [[Fireplace_Tutorial|Fireplace Tutorial]]
* [[Fireplace_Tutorial|Fireplace Tutorial]]
* [[Foxen%27s_MPI_Tutorial|Foxen's MPI Tutorial]]
* [[Foxen%27s_MPI_Tutorial|Foxen's MPI Tutorial]]
* [[MPI_Functions_Macros|MPI Functions/Macros]]
* [[MPI_Functions_Macros|MPI Functions/Macros]]
* [[MPI_Wind_Toy_demo|MPI Wind Toy demo]]
* [[MPI_Wind_Toy_demo|MPI Wind Toy demo]]
* [[Multiple_Arguments_in_MPI|Multiple Arguments in MPI]]
* [[Multiple_Arguments_in_MPI|Multiple Arguments in MPI]]
* [[Prop_Cheat_Sheet|Prop Cheat Sheet]]
* [[Prop_Cheat_Sheet|Prop Cheat Sheet]]
* [[Riverdale%27s_Tables|Riverdale's Tables ]]
* [[Riverdale%27s_Tables|Riverdale's Tables ]]
* [[Tutorials_written_by_Pleedon|Tutorials written by Pleedon]]
* [[Tutorials_written_by_Pleedon|Tutorials written by Pleedon]]


[[Planing_and_Running_a_Tiny_Plot|Planing and Running a Tiny Plot]]
==See Also==
 
* [[Planing_and_Running_a_Tiny_Plot|Planing and Running a Tiny Plot]]
[[Helpmain|up]]
* [[Clothing_Macros|Clothing Macros]]
 
[[Clothing_Macros|Clothing Macros ›]]
 
* [[12|Printer-friendly version]]
 


[[Category:admin]]
[[Category:admin]]
[[Category:November_2008]]
[[Category:November_2008]]
[[Category:Coding]]
[[Category:Coding Help]]

Latest revision as of 18:43, 19 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.

See Also