Skip Navigation.

NWE Help: MOO: Programming

NWE Home :: Help :: MOO :: Programming

MOO programming is a great way to add exciting new verbs and features to your MOO spaces. If you haven't read our help on digging in the MOO, you should try that first.

  • Introduction:: An introduction to MOO programming.
  • Reading Code:: How to look at code for MOO programs.
  • Syntax:: The basics of MOO programming syntax.
  • Verb Parts:: The basic parts of MOO verbs.
  • Control Structures:: Making choices in your programs.
  • Loops:: Making verbs use code more efficiently.
  • Talking Verbs:: Verbs that let objects "say" and "do" things.
  • Strings:: Manipulating strings (words) in your programs.
  • Lists:: Manipulating lists in your programs.
  • Command Utilities:: A couple of useful built-in verbs.
  • String Utilities:: Useful built-in verbs for strings.
  • Events:: Verbs that respond to entrances and exits.
  • Features:: An in-depth look at making feature objects for Jay's House Core MOOs
  • PHT:: Programmer's Help Tool
  • Programmers Manual:: Pavel Curtis's programmers manual, a classic.
  • JHC help pages:: Help for Jay's House Core, our MOO flavor. Dense but essential for MOO nerds.

Keep checking this site for updates!