
Mudlog(BRF, LVL_BUILDER, TRUE, "SYSERR: Unable to save toggles (no vict) ") GET_SCREEN_WIDTH(vict) = OLC_PREFS(d)-> screen_width GET_PAGE_LENGTH(vict) = OLC_PREFS(d)-> page_length GET_WIMP_LEV(vict) = OLC_PREFS(d)-> wimp_level If (vict & vict-> desc & IS_PLAYING(vict-> desc)) Static void prefedit_save_to_char( struct descriptor_data *d) Attach toggles copy to editors descriptor. Toggles-> screen_width = GET_SCREEN_WIDTH(vict) Toggles-> page_length = GET_PAGE_LENGTH(vict) Toggles-> wimp_level = GET_WIMP_LEV(vict) */įor (i= 0 i pref_flags = PRF_FLAGS(vict) Static void prefedit_setup( struct descriptor_data *d, struct char_data *vict) * vict is normally = d->character, except when imps edit players */ * Note: there is no setup_new, as you can ONLY edit an existing player */ Static void prefedit_disp_syslog_menu( struct descriptor_data *d) Static void prefedit_disp_color_menu( struct descriptor_data *d) Static void prefedit_disp_prompt_menu( struct descriptor_data *d) Static void prefedit_disp_toggles_menu( struct descriptor_data *d) Static void prefedit_disp_main_menu( struct descriptor_data *d) * CircleMUD is based on DikuMUD, Copyright (C) 1990, 1991. * Copyright (C) 1993, 94 by the Trustees of the Johns Hopkins University * * Usage: Player-level OLC for setting preferences and toggles *
