ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/mudlib/applies/accept_kill

HOME :: doc :: mudlib :: applies :: accept_kill
 
    accept_kill()       Eastern Stories II (19 Oct 1995)        accept_kill()
 
    SYNOPSIS
        void accept_kill(object killer);
 
    APPLIED
        /cmds/std/kill
 
    DESCRIPTION
accept_kill() is called by the kill command to use as an 
        interface before starting a fight. The killer is passed as a 
parameter.

If there is no accept_kill() defined in the target object, the
kill command will simply ignore it.

    SEE ALSO
 
    Page 1
HOME :: doc :: mudlib :: applies :: accept_kill