项目

一般

简介

OpenSysUi » 历史记录 » 版本 2

tejie, 2024-05-22 09:53

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 2 tejie
相关命令
17
[[closeSystemUi]]
18
19 1 machenhe
-
20
-
21
22
*%{color:deepskyblue}脚本示例:%*
23
24
bq. [<notextile>@</notextile>main]
25
#say
26
<text:请输入要打开的界面:20:10/<notextile>@@</notextile>inPutString1>
27
<text:1角色:20:100>
28
<text:2好友:20:150>
29
<text:3行会:20:200>
30
<text:4摆摊:20:250>
31
<text:5排行:20:300>
32
<text:6邮件:20:350>
33
<text:7设置:20:400>
34
<text:8商城:20:450>
35
<text:9合成:20:500>
36
<text:10背包:200:100>
37
<text:11组队:200:150>
38
<text:13充值:200:200>
39
<text:14聊天:200:250>
40
<text:15小地图:200:300>
41
<text:16拍卖行:200:350>
42
<text:17技能设置:200:400>
43
<text:18仓库:200:450>
44
<text:打开的界面5秒后会关闭:20:600>
45
&nbsp;
46
[<notextile>@</notextile>inPutString1]
47
#act
48
openSysUi <$str(s1)> 1
49
delaygoto 5000 <notextile>@</notextile>关闭 
50
&nbsp;
51
[<notextile>@</notextile>关闭]
52
#if
53
#act
54
closeSystemUi 1
55
closeSystemUi 2
56
%{color:lightGrey};closeSystemUi 3%
57
closeSystemUi 4
58
closeSystemUi 5
59
closeSystemUi 6
60
closeSystemUi 7
61
closeSystemUi 8
62
closeSystemUi 9
63
closeSystemUi 10
64
closeSystemUi 11
65
closeSystemUi 13
66
closeSystemUi 14
67
closeSystemUi 15
68
closeSystemUi 16
69
closeSystemUi 17
70
closeSystemUi 18