[Package Index | Mudlib Index | Effect Index]
void add_script(string theatre,
                int approved,
                string title,
                class scene * scenes,
                string * characters,
                string * char_descs,
                string author,
                string * char_genders)
void adjust_rating(int script,
                   string theatre,
                   int amt)
void adjust_this_rating(class h_script skript,
                        int amt)
void approve_script(int i,
                    string theatre)
void approve_this_script(class h_script skript)
varargs void change_script_status(mixed script,
                                  int status,
                                  string theatre)
void clear_scripts(string theatre)
void clearup_scripts()
string convert_script(class scene * scenes)
class h_script get_random_script(string theatre)
class h_script get_script(int i,
                          string theatre)
int query_int_script_length(int i,
                            string theatre)
int query_script_length(class h_script ascript)
int query_script_length_file(string the_file)
int query_script_time(mixed script)
class h_script * query_scripts(string theatre,
                               int flag)
string read_script(string file,
                   int start_line,
                   int number_of_lines)
void reject_script(int i,
                   string theatre)
void reject_this_script(class h_script skript,
                        string theatre)
void remove_script(int i,
                   string theatre)
void remove_this_script(class h_script skript)
void restore_me()
void unapprove_script(int i,
                      string theatre)
void unapprove_this_script(class h_script skript)
void save_me()