Qf触发器 buyShopItem » 历史记录 » 版本 1
yangdefeng, 2022-06-28 11:59
| 1 | 1 | yangdefeng | h4. _*%{color:green}[@buyShopItem]%*_ |
|---|---|---|---|
| 2 | |||
| 3 | *说明* |
||
| 4 | 商城购买道具时触发 |
||
| 5 | 返回购买道具名称 s0 |
||
| 6 | 返回购买[[货币|货币id]] m2 |
||
| 7 | 返回购买单价 m0 |
||
| 8 | 返回购买总价 m1 |
||
| 9 | |||
| 10 | [[商城|商城配置]] |
||
| 11 | |||
| 12 | |||
| 13 | h4. *%{color:deepskyblue}特戒引擎脚本示例:%* |
||
| 14 | |||
| 15 | bq. %{color:lightGrey};--..\Mir200\Envir\Market_Def\QFunction-0.txt% |
||
| 16 | [@BuyShopItem] |
||
| 17 | #act |
||
| 18 | print [%s]商城购买了<$str(s0)>,货币id:<$str(m2)>, |
||
| 19 | print 单价:<$str(m0)> 总价:<$str(m1)> |