Efuns, the most vital part of any lpmud

Efuns are the basic of the lpc language, they are the functions that are defined within the program that runs the mud. Efuns are called directly from programs and does _always_ return a value, but you may not want to use this value and you can then just discard it by just not using it. Refer to the syntax chapter for more info on how to call efuns.