init() { if(this_player()->query_real_name()!="jubal") add_action("hey","",1); } hey(str) { if(query_verb()=="die") return destruct(this_object()); write("Your sensitive mind notices an wrongness in the fabric of space.\n"); return 1; } id(str) { return str="sens"; } drop() { return 1; } query_auto_load() { return "players/jubal/obj/emoter:"; }