项目

一般

简介

假人调试模块 » 历史记录 » 版本 1

tejie, 2023-08-28 10:24

1 1 tejie
h4. 假人调试模块
2
3
4
|^. %{color:fireBrick}--..\Mir200\Envir\MapQuest_Def\QManage.txt%
5
*<notextile>[@假人_召唤回城]</notextile>*
6
#if
7
[[isDummy]]
8
#act
9
[[gohome]]
10
<notextile></notextile>
11
<notextile></notextile>
12
*<notextile>[@假人_停止挂机]</notextile>*
13
#if
14
[[isDummy]]
15
#act
16
[[dummyStop]]
17
<notextile></notextile>
18
<notextile></notextile>
19
*<notextile>[@假人_执行挂机]</notextile>*
20
#if
21
[[isDummy]]
22
#act
23
[[dummyStart]]
24
<notextile></notextile>
25
<notextile></notextile>
26
*<notextile>[@假人_下线]</notextile>*
27
#if
28
[[isDummy]]
29
#act
30
[[kick]]
31
|%{color:fireBrick}--..\Mir200\Envir\QuestDiary\假人\假人调试.txt%
32
*<notextile>[@main]</notextile>*
33
#say
34
<notextile><召唤假人/@召唤假人>\ \</notextile>
35
<notextile><查询假人所在地图信息/@地图信息>\ \</notextile>
36
<notextile><召唤回城/@召唤回城>  <停止挂机/@停止挂机>\ \</notextile>
37
<notextile><执行挂机/@执行挂机>  <下线/@假人下线>\ \</notextile>
38
<notextile></notextile>
39
*<notextile>[@召唤假人]</notextile>*
40
#act
41
%{color:lightGrey};--在角色身边召唤一个假人%
42
[[dummyLogon]] <$map> <$x> <$y> 1
43
<notextile></notextile>
44
*<notextile>[@地图信息]</notextile>*
45
#say
46
<notextile><text:请输入查询假人名称:0:0/@@inPutString1(请输入查询假人名称)></notextile>
47
<notextile></notextile>
48
*<notextile>[@inPutString1]</notextile>*
49
#act
50
[[pgGetHumVar]] s1 <$map> s$假人_地图
51
[[pgGetHumVar]] s1 <$x> s$假人_x
52
[[pgGetHumVar]] s1 <$y> s$假人_y
53
<notextile></notextile>
54
[[print]] 假人所在地图信息:<$str(s$假人_地图)>_<$str(s$假人_x)>_<$str(s$假人_y)>
55
<notextile></notextile>
56
<notextile></notextile>
57
%{color:lightGrey};--以下通过 QManage.txt 对应模块执行%
58
*<notextile>[@召唤回城]</notextile>*
59
#act
60
[[gmExeCute]] 开始提问 <notextile>@假人_召唤回城</notextile>
61
<notextile></notextile>
62
*<notextile>[@执行挂机]</notextile>*
63
#act
64
[[gmExeCute]] 开始提问 <notextile>@假人_执行挂机</notextile>
65
<notextile></notextile>
66
*<notextile>[@停止挂机]</notextile>*
67
#act
68
[[gmExeCute]] 开始提问 <notextile>@假人_停止挂机</notextile>
69
<notextile></notextile>
70
*<notextile>[@假人下线]</notextile>*
71
#act
72
[[gmExeCute]] 开始提问 <notextile>@假人_下线</notextile>
73
|