#include "defs.h" #define SHSNP "players/jubal/shad/shsnp" main(str) { object ob; SECURE if(!(ob=find_player(str)) && !(ob=find_living(str))) WRITE1(str+" doesn't exist\n"); return clone_object(SHSNP)->start(ob,this_player()); }