项目

一般

简介

CreateGroupFail » 历史记录 » 版本 7

tejie, 2025-06-03 10:13

1 5 tejie
h4. _*%{color:green}createGroupFail%*_
2
3 1 machenhe
组队时执行该命令则组队失败
4 7 tejie
..\Mir200\Envir\Market_Def\QFunction-0.txt <notextile>[@StartGroup]</notextile>,该@块在角色组队时触发(创建队伍或申请加入别人的队伍)
5 1 machenhe
6 6 tejie
标签:命令定义^createGroupFail
7 1 machenhe
8
*格式*
9
|_.命令名	|
10
|createGroupFail|
11
12
13 5 tejie
-
14
-
15 1 machenhe
16 5 tejie
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
17 1 machenhe
18 7 tejie
创建队伍时,等级小于160级,创建失败;
19
申请加入队伍时,等级小于160级,申请失败;
20
21
bq. ;..\Mir200\Envir\Market_Def\QFunction-0.txt
22 6 tejie
*{color:green}[@startGroup]*
23
#if
24
[[checkLevelEx]] < 160
25
#act
26
*{color:green}createGroupFail*
27
[[sendMsg]] 5 160级之后才可以组队