[Package Index | Mudlib Index | Effect Index]
Expansion of the editor. We will now allow the player to use any of three different editors. One of them is the default (the old one) one of them is ed and the other I am going to write in a few secs....
cute line editor thing. Which even a player could use!
Written by Pinkfish
.
string append_signature()This method will create the signature to append to whatever needs a signature.
varargs int do_edit(string str, mixed end_f, object end_o, string fname, mixed extra)Edit a string. This will edit the string or file name and then call the end function and end object at the end. It will pas in the string if the edit is successful, or 0 if it is not.
string query_editor()This method will return the players current editor setting.
int query_in_editor()This method returns true if the player is currently in the editor.
void set_in_editor(int value)This method is used to turn off the editing stuff.