tell_object(3) MudOS v21c2
(5 Sep 1994)
名稱:
tell_object() - 將訊息送給一個物件.
語法:
void tell_object( object ob, string str );
無傳回值 tell_object( 物件 ob, 字串 str );
用法:
將訊息 str 送給物件 ob. 如果 ob 是一個可互動的 (interactive) 物件
(玩家), 此段訊息就對 ob 顯示. 反之, 則會送給 ob 的函式 catch_tell().
參考:
翻譯:
Spock @ FF 97.jul.24. (printed 3/16/95)
回到上一頁