📌  相关文章
📜  你能不能让一个宏说一些随机的东西哇 - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:33.600000             🧑  作者: Mango

代码示例1
#showtooltip
/run local messages = {"Dead", "You're dead", "Ultra dead", "Not even a challenge", "I was prepared!"} SendChatMessage(messages[math.random(table.getn(messages))]);


put that in a macro and i should work