项目

一般

简介

CheckOfGuild » 历史记录 » 版本 1

yangdefeng, 2022-05-09 11:46

1 1 yangdefeng
_*%{color:green}checkOfGuild%*_
2
检测角色所在行会名称是否与指定字符串一致
3
4
标签:命令定义|checkOfGuild
5
6
*格式*
7
|命令名		|参数1		|
8
|checkOfGuild	|待比较字符串	|
9
10
*说明*
11
参数1: 待比较字符串
12
13
-
14
-
15
16
*%{color:deepskyblue}特戒引擎脚本示例:%*
17
18
bq. [<notextile>@</notextile>main]
19
<创建/<notextile>@</notextile>创建>\\ \\
20
<解散/<notextile>@</notextile>解散>\\ \\
21
<检测/<notextile>@</notextile>检测>
22
&nbsp;
23
[<notextile>@</notextile>创建]
24
#if
25
#act
26
[[addGuild]] <$userName> self
27
&nbsp;
28
[<notextile>@</notextile>解散]
29
#if
30
#act
31
[[disband]]
32
&nbsp;
33
[<notextile>@</notextile>检测]
34
#if
35
*%{color:green}checkOfGuild%* <$userName>
36
#act
37
sendMsg 6 玩家所在行会名与玩家名一致
38
#elseAct
39
sendMsg 6 玩家所在行会名与玩家名不一致