项目

一般

简介

OpenSysUi » 历史记录 » 版本 3

tejie, 2025-05-21 18:29

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