====== sendtitlemessage ====== 向所有目标玩家显示“标题”和/或“副标题”消息。如果目标不是玩家,则什么也不做。 ===== 属性 ===== |属性|缩写|描述|默认值| |title|t|要发送的标题字符串。必须是双引号。|-| |subtitle|st|要发送的字幕字符串。必须是双引号。|-| |duration|d|标题将显示多长时间(刻)|1| |fadeIn|fi|标题的淡入时间(刻)|1| |fadeOut|fo|标题的淡出时间(刻)|1| ===== 例子 ===== Skills: - sendtitle{title="Beware!";subtitle="A dangerous spell is being cast!";d=20} @PlayersInRadius{r=10} - ...