wuxingm.lua 379 B

123456789101112
  1. --- 無心测试用的gm命令
  2. --- Generated by EmmyLua(https://github.com/EmmyLua)
  3. --- Created by 無心道(15388152619).
  4. --- DateTime: 2024/11/12 17:08
  5. ---
  6. function gm_add_item(actor, rewards)
  7. local rewardsMap = string.toIntIntMap(rewards, "#", "|")
  8. -- 添加奖励到背包
  9. additemmaptobag(actor, rewardsMap)
  10. info(actor, "gm 添加道具", actor, rewards)
  11. end