
POSSESSIVE(2)              silmul_efun              POSSESSIVE(2)

名稱
     possessive - 傳回所有格

語法
     string possessive(object target | string gender);

描述
     Provides an appropriate possessive pronoun based  on  gender
     as follows:

     "male"    -> "his" "female"  ->  "her"  "neuter"   ->  "its"
     (other)   -> "hir"

     If an object pointer is passed, it will convert that to the
     object's gender and proceed as above.
 
其它參考檔案
     /adm/simul_efun/pronouns.c

作者
     Ichabod@TMI, 3/5/93
     Watcher@TMI, 7/1/93  (updated)
     wade@future 4/8/1996 翻譯

MudOS Release 0.9         Last change:                   7-1-93

