Qf触发器 findPathEnd » 历史记录 » 版本 1
yangdefeng, 2023-08-09 17:57
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 | |
||
17 | <notextile>[@findPathStop]</notextile> |
||
18 | #act |
||
19 | [[print]] 点击小地图寻路中断 |
||
20 | |
||
21 | <notextile>[@findPathEnd]</notextile> |
||
22 | #act |
||
23 | [[print]] 点击小地图寻路结束 |