HELP ADD DEL
General
note: <required argument> [optional argument]
Once a morp is created, and its script written and entered, it has
to be attached to a given mob/room/object and its trigger specified.
To attach a morp to its corresponding object (oprogs to obj, mprogs
to mobs etc.) use:
Syntax: add [vnum] [trigger] [phrase]
vnum: vnum of the morp to be attached
trigger: trigger type for the morp (HELP TRIGGER for reference,
? rprog/mprog/oprog for list of available triggers)
phrase: argument for the trigger (HELP TRIGGER)
Once a morp is attached, all objects/mobs/rooms are updated with that
morp. Use mpstat, rpstat, opstat to selectively query the details of
specific mob/object/room.
To remove a morp use:
Syntax: del <number of morp to remove>
removes the given morp on the list shown in mob edit.
examples:
add 3000 GRALL 100
add 3000 SPEECH quest
del 0
addprog vnum random 30
