Mmucl Procedure

Name

charadd - Add a character

Synopsis

charadd name mud host port ?login?

Description

This procedure defines a character, name, that can be used with charload. Charadd creates a file name.mud for the character. Use that file to define aliases, actions, etc. for that character. Character init files are stored in the directory .mmucl off of the users HOME directory. Charload will automatically source name.mud if it exists. If login is given charload will write it to the mud on a successful connection.

Example

charadd Arithon RoD 141.215.69.7 3000 arithon

Now "charload Arithon" will load Arithon's init file, Arithon.RoD and connect me to the mud.

See Also

chardelete charload


Home