/* $Id: set.h,v 1.666 2004/09/20 10:49:53 shrike Exp $ */ /************************************************************************************ * Copyright 2004 Astrum Metaphora consortium * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE-2.0 * * * * Unless required by applicable law or agreed to in writing, software * * distributed under the License is distributed on an "AS IS" BASIS, * * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * * See the License for the specific language governing permissions and * * limitations under the License. * * * ************************************************************************************/ /************************************************************************************ * This transfered and paritaly modifed code from act_wiz.c file * * -= Incomplete now =- * ************************************************************************************/ //Mob function decloration DECLARE_DO_FUN (set_mob_help); DECLARE_DO_FUN (set_mob_param); DECLARE_DO_FUN (set_mob_sex); DECLARE_DO_FUN (set_mob_class); DECLARE_DO_FUN (set_mob_level); DECLARE_DO_FUN (set_mob_race); DECLARE_DO_FUN (set_mob_gold); DECLARE_DO_FUN (set_mob_hp); DECLARE_DO_FUN (set_mob_mana); DECLARE_DO_FUN (set_mob_move); DECLARE_DO_FUN (set_mob_practice); DECLARE_DO_FUN (set_mob_align); DECLARE_DO_FUN (set_mob_train); DECLARE_DO_FUN (set_mob_thirst); DECLARE_DO_FUN (set_mob_drunk); DECLARE_DO_FUN (set_mob_full); DECLARE_DO_FUN (set_mob_hometown); DECLARE_DO_FUN (set_mob_ethos); DECLARE_DO_FUN (set_mob_noghost); DECLARE_DO_FUN (set_mob_clan); DECLARE_DO_FUN (set_mob_trouble); DECLARE_DO_FUN (set_mob_security); DECLARE_DO_FUN (set_mob_size); DECLARE_DO_FUN (set_mob_qeustpoint); DECLARE_DO_FUN (set_mob_questtime); DECLARE_DO_FUN (set_mob_religion); DECLARE_DO_FUN (set_mob_bloodlust); DECLARE_DO_FUN (set_mob_desire); DECLARE_DO_FUN (set_mob_title); DECLARE_DO_FUN (set_mob_pretitle); DECLARE_DO_FUN (set_mob_tester); //Obj function decloration DECLARE_DO_FUN (set_obj_help); //Room function decloration DECLARE_DO_FUN (set_room_help); //Weather function decloration DECLARE_DO_FUN (set_weather_help); //Time function decloration DECLARE_DO_FUN (set_time_help); //Skill function decloration DECLARE_DO_FUN (set_skill_help); //Meteor function decloration DECLARE_DO_FUN (set_meteor_help);