#
# calendar.txt
#
# This file contains the info necessary to add the calendar entries
# from the Scheduler entries
#
# Format: sched func_full_name arg_num
#
# arg_num is an int, so that when
#  arg_num >= 0, it will get added if the argument with arg_num
#  (starting at 0) is the MC
#  arg_num == -1, it will get added if any argument is the MC
#  arg_num == -2, it will always get added
#
# These entries also need a loc entry with key prefixed by mc_sched. and
# followed by the full function name where the "&" is removed
# and the "::" is replaced with a ".".
#
# These are normally in the things/mc_sched.txt loc file.
#
sched &apply_job::apply_job_stall 1
sched &interview::interview 0
sched &court::court_appearance 0
sched &vice_glut::return_from_rehab 1
sched &ask_out::go_on_date -1
sched &unhappy::job_change_promise 0
sched &laws::vote_for_law -2
sched &city_hall::meet_informant 1
sched &emp_mgmt::training_session 0
sched &vendor_mgmt::visit_owner 1
sched &moral_police::promotion_event 0
sched &moral_police::promotion_event_own 0
sched &threesome::do_threesome -1
sched &movie::film_scene1 0
sched &movie::film_scene2 0
sched &movie::meet_with_agent 0
sched &clinic::follow_up_visit 0
sched &mp_meeting::mp_group_event 0
sched &family::dinner_at_rest 0
sched &family::dinner_at_home 0
sched &family::dinner_at_club 0
sched &old_friend::go_on_date 0
sched &apartment::collect_rents 1
sched &matchmaker::first_mm_date 0
sched &arena::do_arena_fight -2
sched &breeding::do_breeding_party -1
sched &charity::do_charity_event -1
#
