项目

一般

简介

Dlg countDown » 历史记录 » 版本 6

tejie, 2025-07-14 09:43

1 5 tejie
h4. _*%{color:green}<countDown:%*_
2 1 machenhe
3 4 tejie
标签:命令定义|dlg_countDown:
4 1 machenhe
5
*定义*
6
自定义对话框中显示读秒倒计时
7 2 yangdefeng
参数之间以":"为分割符
8 1 machenhe
9
*使用前提*
10
配置Tejieconfig.txt
11
开启对应开关
12
** 文件位置
13 2 yangdefeng
..\Mir200\Tejieconfig\Tejieconfig.txt
14 1 machenhe
** 对应开关
15
[tjconfig]
16 3 tejie
%{color:lightGrey};(=1时开启,=0时关闭,缺省时关闭);%
17 1 machenhe
isUseCustomOKPanel=1
18
19
-
20
-
21
22
*格式*
23
|命令名    |参数1|参数2         |参数3   |
24
|countDown |X坐标|Y坐标,是否清除|读秒变量|
25
26
-
27
-
28
*说明*
29 4 tejie
|参数1|X坐标|
30
|^.参数2|Y坐标,是否清除
31 1 machenhe
是否清除设定说明
32 4 tejie
缺省或=1 对话框刷新时,倒计时重置  
33
是否清除=0    对话框刷新时,倒计时不重置|
34
|^.参数3|代表秒的数字,支持文字颜色设定
35
倒计时结束,可执行跳转触发|
36 6 tejie
|^.参数4|括号标记 可缺省
37
1 ()
38
2 []
39
3 {}
40
4 <>
41
其它自定义符号,
42
除以上符号外,以空格分隔的两个字符
43
【 】
44
「 」
45
...
46
%{color:deepPink}以上符号需要写在/@之后%
47
倒计时结束,可执行跳转触发|
48 1 machenhe
49
-
50
-
51 5 tejie
52 1 machenhe
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
53
54 6 tejie
bq. [<notextile>@</notextile>示例1]
55 1 machenhe
#say
56
<notextile><</notextile>*{color:green}countDown*:50:50:10{scolor=150}/<notextile>@</notextile>跳转标签>
57 6 tejie
&nbsp;
58
[<notextile>@</notextile>跳转标签]
59
#act
60
[[sendTipsMsg]] 特戒提示已跳转/fcolor=150
61
62
bq. [<notextile>@</notextile>示例2]
63
#say
64
<notextile><</notextile>*{color:green}countDown*:50:50:10{scolor=150}/<notextile>@</notextile>跳转标签:2>
65 1 machenhe
&nbsp;
66
[<notextile>@</notextile>跳转标签]
67
#act
68 5 tejie
[[sendTipsMsg]] 特戒提示已跳转/fcolor=150