项目

一般

简介

Qf触发器 bagOpenFailX » 历史记录 » 修订 2

修订 1 (yangdefeng, 2023-04-25 17:19) → 修订 2/3 (yangdefeng, 2023-04-25 17:35)

_*%{color:green}[@bagOpenFailX]%*_ 

 *说明* 
 点击尚未开启的背包扩展标签页时触发(X为背包页序号) 
 - 
 - 

 *%{color:deepskyblue}脚本示例:%* 

 bq. %{color:lightGrey};..\Mir200\Envir\Market_Def\QFunction-0.txt% 
 %{color:lightGrey};打开背包第2页时触发% 
 [<notextile>@</notextile>BagOpenFail2] 
 #call [\qf模块\扩展背包.txt] <notextile>@</notextile>扩展背包2 
 - 
 - 
 %{color:lightGrey};..\Mir200\Envir\QuestDiary\qf模块\扩展背包.txt% 
 [<notextile>@</notextile>扩展背包2] 
 #if 
 large <$allRecharge> 67 
 #act 
 setBagOpen 2 1 
 messageBox 恭喜您成功开启第二页背包! 
 #elseAct 
 messageBox 开启第二页背包需要累积充值额度达到:68元 <notextile>@</notextile>关闭 <notextile>@</notextile>立即充值 
 %{color:lightGrey};% 
 [<notextile>@</notextile>关闭] 
 #if 
 #act 
 close 
 %{color:lightGrey};% 
 [<notextile>@</notextile>立即充值] 
 #if 
 #act 
 openCharge h1. Qf触发器 bagOpenFailX