项目

一般

简介

行为

closeSystemUi
根据约定的ID关闭对应UI

标签:命令定义|closeSystemUi

格式
命令名 参数1
closeSystemUi 界面主id
说明

相关命令
openSysUi


脚本示例:

[@main]
#say
<text:请输入要打开的界面:20:10/@@inPutString1>
<text:1角色:20:100>
<text:2好友:20:150>
;<text:3行会:20:200>
<text:4摆摊:20:250>
<text:5排行:20:300>
<text:6邮件:20:350>
<text:7设置:20:400>
<text:8商城:20:450>
<text:9合成:20:500>
<text:10背包:200:100>
<text:11组队:200:150>
<text:13充值:200:200>
<text:14聊天:200:250>
<text:15小地图:200:300>
<text:16拍卖行:200:350>
<text:17技能设置:200:400>
<text:18仓库:200:450>
<text:打开的界面5秒后会关闭:20:600>
 
[@inPutString1]
#act
openSysUi <$str(s1)> 1
delaygoto 5000 @关闭
 
[@关闭]
#if
#act
closeSystemUi 1
closeSystemUi 2
;closeSystemUi 3
closeSystemUi 4
closeSystemUi 5
closeSystemUi 6
closeSystemUi 7
closeSystemUi 8
closeSystemUi 9
closeSystemUi 10
closeSystemUi 11
closeSystemUi 13
closeSystemUi 14
closeSystemUi 15
closeSystemUi 16
closeSystemUi 17
closeSystemUi 18

tejie 更新于 4 个月 之前 · 2 修订