Qf触发器 bagOpenFailX » 历史记录 » 版本 2
yangdefeng, 2023-04-25 17:35
| 1 | 2 | yangdefeng | _*%{color:green}[@bagOpenFailX]%*_ |
|---|---|---|---|
| 2 | |||
| 3 | *说明* |
||
| 4 | 点击尚未开启的背包扩展标签页时触发(X为背包页序号) |
||
| 5 | - |
||
| 6 | - |
||
| 7 | |||
| 8 | *%{color:deepskyblue}脚本示例:%* |
||
| 9 | |||
| 10 | bq. %{color:lightGrey};..\Mir200\Envir\Market_Def\QFunction-0.txt% |
||
| 11 | %{color:lightGrey};打开背包第2页时触发% |
||
| 12 | [<notextile>@</notextile>BagOpenFail2] |
||
| 13 | #call [\qf模块\扩展背包.txt] <notextile>@</notextile>扩展背包2 |
||
| 14 | - |
||
| 15 | - |
||
| 16 | %{color:lightGrey};..\Mir200\Envir\QuestDiary\qf模块\扩展背包.txt% |
||
| 17 | [<notextile>@</notextile>扩展背包2] |
||
| 18 | #if |
||
| 19 | large <$allRecharge> 67 |
||
| 20 | #act |
||
| 21 | setBagOpen 2 1 |
||
| 22 | messageBox 恭喜您成功开启第二页背包! |
||
| 23 | #elseAct |
||
| 24 | messageBox 开启第二页背包需要累积充值额度达到:68元 <notextile>@</notextile>关闭 <notextile>@</notextile>立即充值 |
||
| 25 | %{color:lightGrey};% |
||
| 26 | [<notextile>@</notextile>关闭] |
||
| 27 | #if |
||
| 28 | #act |
||
| 29 | close |
||
| 30 | %{color:lightGrey};% |
||
| 31 | [<notextile>@</notextile>立即充值] |
||
| 32 | #if |
||
| 33 | #act |
||
| 34 | openCharge |