Outdated Functions
-
-
- add_exp() changed to AddXP()
- attributes_reset() no replacement function
- CheckAbility() no replacement function
- die() changed to Die()
- do_damage() changed to DoDamage()
- do_digest() changed to DoDigest()
- DoLearn() no replacement function
- DoUnlearn() no replacement function
- drink_alcohol() changed to AddAlcohol()
- drink_soft() changed to AddDrink()
- eat_food() changed to AddFood()
- frog_curse() changed to SetFrog()
- heal_self() changed to Heal()
- _m_attr() changed to SetAttribute()
- QueryAlignment() changed to QueryAlign()
- QueryFemale() use instead QueryGender()==GENDER_FEMALE
- QueryIsNpc() changed to QueryIsNPC()
- QueryMale() use instead QueryGender()==GENDER_MALE
- QueryNeuter() use instead QueryGender()==GENDER_OTHER
- QueryNPC() changed to QueryIsNPC()
- QueryNpc() changed to QueryIsNPC()
- QueryPlayer() changed to QueryIsPlayer()
- QueryProp() changed to Query()
- QueryToldFromCMsg() changed to QueryByCMsg();
- reduce_hit_points() changed to ReduceHP()
- restore_spell_points() changed to HealSP()
- run_away() changed to Whimpy()
- _search_abil() no replacement function
- SetAttackChats() changed to InitAChats()
- SetFemale() use instead SetGender()==GENDER_FEMALE
- SetIsNpc() no replacement function
- SetIsPlayer() no replacement function
- SetMale() use instead SetGender()==GENDER_MALE
- SetMatch() changed to InitMatch()
- SetNeuter() use instead SetGender()==GENDER_OTHER
- SetProp() changed to Set()
- _test_match() changed to TestMatch()
- transfer_all_to() no replacement function
- UndoLearn() no replacement function
- UndoUnlearn() no replacement function
- UnsetGhost() changed to SetGhost(0)
- update_alignment() changed to UpdateAlign()
- UseAbility() no replacement function
- _valid_gender() no replacement function
phil@leander.mpib-tuebingen.mpg.de
Last Updated: 4 August 1996