项目

一般

简介

CloseSystemUI » 历史记录 » 版本 1

machenhe, 2022-04-28 18:09

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