简易开锁 mush适用
本帖最后由 shenji 于 2025-6-17 02:52 PM 编辑<triggers>
<trigger
enabled="y"
group="00"
match="^│.*▲.*│$"
regexp="y"
send_to="12"
sequence="98"
>
<send>local key = string.find("%0","▲")
key_save = key_save or key
local fx = key_save - key
key_save = key
if baoxiang_key and key == baoxiang_key - 2 and fx < 0 then
Execute("insert bao xiang")
elseif baoxiang_key and key == baoxiang_key + 2 and fx > 0 then
Execute("insert bao xiang")
end</send>
</trigger>
</triggers>
<triggers>
<trigger
enabled="y"
group="00"
match="^│.*▊.*│$"
regexp="y"
send_to="12"
sequence="99"
>
<send>baoxiang_key = string.find("%0","▊")</send>
</trigger>
</triggers>
触发器一粘贴格式就没了,这下更简易了
不明觉厉顶 存! 受教了,存起来,偷偷用
页:
[1]