forums wiki bugs items helps socials changes map login play now

MORP MPROG OPROG RPROG

General
Introduction:

  MORPs or Mob Obj Room Program is a script language utilized to give life
and reactive ability to various parts of the MUD environment.  Each type 
of morp exists on a separate set of vnums (HELP VNUM) much like objects,
rooms and mobs do.  

Each type of morp can be attached to corresponding type of environment
(object/mob/room) and easily reused.  For example a particular mprog can
be assigned to any number of mobs, with each mob responding in the same
manner when the mprog is activated.

Activation of the morps is dictated by a "trigger type" of the morp which
is set when a specific morp is assigned to a mobile.  Multiple instances
of same morp can be assigned to same mob with various triggers, resulting
in the morp being activated in various situations.

Following is a list of various helps relating to MORPs.

1)  HELP MORP2............Creation, and Editing of morps
2)  HELP ADD, DEL.........Attaching and Deleting morps to/from environment
3)  HELP TRIGGER..........Morp Trigger reference
4)  HELP SCRIPT...........Writing Morp Scripts
5)  HELP SCRIPT2..........Morp script reference
5)  HELP SCRIPT3..........Morp script reference
6)  HELP MPROGS...........Mprog command reference
7)  HELP OPROGS...........Oprog command reference
8)  HELP RPROGS...........Rprog command reference