[Package Index | Mudlib Index | Effect Index]
int add_sale(int amt, string theatre)
int add_theatre(string name, string path, string stage)
void adjust_rating(string theatre, int rating)
void chime(string mess)
int play_scripts()
mapping query_theatres()
string script_details(int script_num, string theatre)
mixed scripts_details(string theatre)
string * scripts_details_string(string theatre)
void setup_scripts(string key)
void save_me()
class theatre { class h_script * scripts; string path; string stage; int royalties_earned; int script_num; }