SPELL-CHECKER INTERFACE CONTENTS LICENCE INTRODUCTION MANIFEST INSTALL NOTES LICENCE This software is subject to the terms given in the accompanying file, LICENCE. Please read it. INTRODUCTION This is a MOO-code package written for JHCore-based MOO servers. some modification may be required to allow the software to work on other platforms. MANIFEST README this file LICENCE licence terms for this package ispell.moo a MOO code @dump INSTALL As a non-wizard user port the MOO-code in the *.moo files. You'll need to load each file into a text editor and use search and replace functions to replace the following strings with their relevant values: __NEW__ object id of newly @create'd package NOTES This object makes use of the directed_speech event which is normally broadcast by the Stage Talk Feature Object (__STFO__). MOOs based on the December '98 JHCore need to be modified slightly to ensure that the Stage Talk Feature Object works properly. Edit the verb __STFO__:` and change the last 'else/endif' block to look like this: --- cut here --- else $you:say_action(this.((dobj == {{player}}) ? "toself_msg" | "to_msg")); event = {{"speaker", player}, {"targets", dobj[1]}, {"speech", argstr}}; player.location:broadcast_event_directed_speech(event); endif --- cut here ---