【 OnPluginMXPsetVariable 】
說明:MXP 設定 MUSHclient 的變數時被觸發。
範例:
function OnPluginMXPsetVariable (name, contents)
自訂內容
end
官網範例:
function OnMXPvariable (name, contents)
Note ("Var " .. name .. " set to " .. contents)
end -- function
--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--==-==--