项目

一般

简介

OpenSysUi » 历史记录 » 版本 1

machenhe, 2022-04-28 18:08

1 1 machenhe
_*%{color:green}openSysUi%*_
2
根据约定的ID打开对应UI
3
4
标签:命令定义|openSysUi
5
6
*格式*
7
|命令名		|参数1		|参数2		|
8
|openSysUi	|界面主id	|界面子id	|
9
10
*说明*
11
* 参数1: 参见[[系统界面id设定]]系列界面主id
12
13
* 参数2: 参见[[系统界面id设定]]系列界面子id
14
对于没有界面子id的ui,参数2缺省
15
16
-
17
-
18
19
*%{color:deepskyblue}脚本示例:%*
20
21
bq. [<notextile>@</notextile>main]
22
#say
23
<text:请输入要打开的界面:20:10/<notextile>@@</notextile>inPutString1>
24
<text:1角色:20:100>
25
<text:2好友:20:150>
26
<text:3行会:20:200>
27
<text:4摆摊:20:250>
28
<text:5排行:20:300>
29
<text:6邮件:20:350>
30
<text:7设置:20:400>
31
<text:8商城:20:450>
32
<text:9合成:20:500>
33
<text:10背包:200:100>
34
<text:11组队:200:150>
35
<text:13充值:200:200>
36
<text:14聊天:200:250>
37
<text:15小地图:200:300>
38
<text:16拍卖行:200:350>
39
<text:17技能设置:200:400>
40
<text:18仓库:200:450>
41
<text:打开的界面5秒后会关闭:20:600>
42
&nbsp;
43
[<notextile>@</notextile>inPutString1]
44
#act
45
openSysUi <$str(s1)> 1
46
delaygoto 5000 <notextile>@</notextile>关闭 
47
&nbsp;
48
[<notextile>@</notextile>关闭]
49
#if
50
#act
51
closeSystemUi 1
52
closeSystemUi 2
53
%{color:lightGrey};closeSystemUi 3%
54
closeSystemUi 4
55
closeSystemUi 5
56
closeSystemUi 6
57
closeSystemUi 7
58
closeSystemUi 8
59
closeSystemUi 9
60
closeSystemUi 10
61
closeSystemUi 11
62
closeSystemUi 13
63
closeSystemUi 14
64
closeSystemUi 15
65
closeSystemUi 16
66
closeSystemUi 17
67
closeSystemUi 18