项目

一般

简介

自定义功能脚本 » 历史记录 » 版本 1

yangdefeng, 2022-06-22 12:02

1 1 yangdefeng
h3. 自定义功能脚本
2
3
-
4
-
5
6
*%{color:fireBrick}脚本文件存放路径%*
7
..\Mir200\Envir\QuestDiary\自定义脚本目录名\自定义脚本文件名.txt
8
9
-
10
-
11
12
*%{color:fireBrick}自定义脚本执行入口%*
13
在其它可执行脚本文件中执行 *%{color:green}#call%* 命令
14
15
-
16
-
17
18
*%{color:deepskyblue}脚本示例:%*
19
20
bq. %{color:lightGrey};--编辑QFunction-0.txt主角升级触发块%
21
[@playLevelUp]
22
#call [\qf模块\升级触发.txt] <notextile>@</notextile>升级触发
23
24
bq. %{color:lightGrey};--编辑Mir200\Envir\QuestDiary\qf模块\升级触发.txt<notextile> @</notextile>升级触发%
25
[@升级触发]
26
#act
27
sendMsg 6 恭喜%s,等级提升至<$level>级!