项目

一般

简介

Qf触发器 findPathEnd » 历史记录 » 版本 2

yangdefeng, 2023-08-09 18:04

1 1 yangdefeng
h4. _*%{color:green}[@findPathEnd]%*_
2
3
*说明*
4
点击小地图结束寻路触发。
5
6
-
7
-
8
9
h4. *%{color:deepskyblue}特戒引擎脚本示例:%*
10
11
bq. %{color:lightGrey};--..\Mir200\Envir\Market_Def\QFunction-0.txt%
12
<notextile>[@findPathBegin]</notextile>
13
#act
14
[[print]] 点击小地图寻路开始
15
[[print]] 寻路目标点:<$map_x>,<$map_y>
16
&nbsp;
17
<notextile>[@findPathStop]</notextile>
18
#act
19
[[print]] 点击小地图寻路中断
20
&nbsp;
21 2 yangdefeng
%{color:green}<notextile>[@findPathEnd]</notextile>%
22 1 yangdefeng
#act
23
[[print]] 点击小地图寻路结束