/*Written by Virigoth sometime circa april 2000 for FORSAKEN LANDS mud. */ /*This is the implementation of the selectable skills code */ /* NOT TO BE USED OR REPLICATED WITHOUT EXPLICIT PERMISSION OF AUTHOR */ /* umplawny@cc.umanitoba.ca */ #include <sys/types.h> #include <ctype.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "merc.h" #include "interp.h" #include "recycle.h"