项目

一般

简介

Tbl exist » 历史记录 » 版本 1

yangdefeng, 2022-05-07 21:26

1 1 yangdefeng
*%{color:green}tbl_exist%*_
2
检测指定表是否存在
3
4
标签:命令定义|tbl_exist
5
6
*格式*
7
|命令名    |参数1	|
8
|tbl_exist |表名	|
9
10
*说明*
11
* 参数1: 待检测的表名
12
13
14
-
15
-
16
17
*%{color:deepskyblue}特戒引擎脚本示例:%*
18
19
-
20
-
21
22
23
bq. [@main]
24
#if
25
not *{color:green}tbl_exist* tb_p在线奖励
26
#act
27
%{color:lightGrey};--创建表--%
28
[[tbl_create_player]] tb_p在线奖励 关键字 奖励名称 在线时间 领取状态
29
[[tbl_add]] tb_p在线奖励 1 10分钟奖励 10分钟 1
30
tbl_add tb_p在线奖励 2 20分钟奖励 20分钟 1
31
%{color:lightGrey};--print_tbl命令在控制台输出文件内容--%
32
[[print_tbl]] tb_p在线奖励
33
#elseAct
34
[[messageBox]] 数据表已存在