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