项目

一般

简介

SendMsg » 历史记录 » 版本 3

yangdefeng, 2023-07-18 15:19

1 2 yangdefeng
h4. _*%{color:green}sendMsg%*_
2
3 1 machenhe
聊天框中发送文字信息
4
5
标签:命令定义|sendMsg
6
7
*格式*
8
|_.命令名	|_.参数1	|_.参数2	|_.参数3	|
9
|sendMsg	|广播范围	|自定义文字颜色	|消息文字内容	|
10
11
*说明*
12
* 参数1
13
_*广播消息*_
14
sendMsg 0
15
sendMsg 1
16
sendMsg 2
17
sendMsg 3 
18
_*个人消息*_
19 2 yangdefeng
sendMsg 4 点击NPC时,此命令触发NPC头顶消息。支持%d参数,代表npc名称。
20 1 machenhe
sendMsg 5(红)
21
sendMsg 6(绿)
22
sendMsg 7(蓝)
23
24
* 参数2
25
自定义文字颜色id(0-255)
26
参数2为空时,按照参数1设置显示文字颜色
27
28
* 参数3
29
支持变量形式的字符串
30
支持文字单独设置颜色id(0-255)
31
{文字信息|参数1:参数2:参数3}
32
%{color:deepPink}注:文字单独设置颜色,参数2和参数3效果未支持,但不能缺省%
33
** 参数1:单独定义的文字颜色
34
** 参数2:文字背景颜色(效果暂不支持)
35
** 参数3:显示文字背景色或文字描边(效果暂不支持)
36
*** 0,显示文字背景色
37
*** 1,显示文字描边
38
39
-
40
-
41
42 2 yangdefeng
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
43 1 machenhe
44
bq. [@main]
45
#act
46
%{color:lightGrey};以下\"任务信息:\"显示为绿色(参数1为6)
47
;以下\"获得兽人信\"显示为黄色(文字单独设置颜色为151)%
48 2 yangdefeng
%{color:green}sendMsg% 6 任务信息:{获得兽人信物|151:0:1}
49 1 machenhe
50
bq. [@main]
51
#act
52
%{color:lightGrey};以下\"任务信息:\"显示为黄色(参数2为151)
53
;以下\"获得兽人信\"显示为粉色(文字单独设置颜色为253)%
54 2 yangdefeng
%{color:green}sendMsg% 6 151 任务信息:{获得兽人信物|253:0:1}
55 1 machenhe
56
bq. [@main]
57
#act
58
%{color:lightGrey};以下\"任务信息:\"显示为蓝色(参数1为7)
59
;以下\"获得兽人信物\"显示为黄色(文字单独设置颜色为151)%
60
mov d0 2
61 2 yangdefeng
%{color:green}sendMsg% 7 任务信息:{获得兽人信物|151:0:1}{<$str(d0)>/8件|146:0:1}
62
63
-
64
-
65
66
*{color:deepPink}npc脚本文件支持以下内容*
67
68
bq. [@main]
69
#act
70
%{color:lightGrey};npc头顶出现对话文字%
71 3 yangdefeng
%{color:green}sendMsg% 4 %n:你好,%s欢迎使用特戒引擎