<!-- Plugin "EqSearch_Window" generated by Plugin Wizard -->
<muclient>
<plugin
name="EqSearch_Window"
author="<aliases>"
id="23baaa250117a5fab975782c"
language="Lua"
purpose="Displays EqSearch results in windows"
save_state="y"
date_written="2024-07-05 13:34:56"
requires="5.07"
version="1.0"
>
</plugin>
<!-- Aliases -->
<aliases>
<alias
script="startSearch"
match="^(eqsearch .*$)"
enabled="y"
regexp="y"
send_to="12"
sequence="100"
>
</alias>
</aliases>
<!-- Script -->
<script>
<![CDATA[
local extras = require "aard_lua_extras"
local snapshotV = tonumber(extras.PackageVersion())
local prefix = GetAlphaOption("script_prefix")
if (snapshotV < 2245)or(snapshotV<2252andtonumber(gmcp("char.base.level"))> 201) then
ColourNote("white", "blue", "Sorry, your snapshot of the AardMUSH package is not compatible for your level and you will not be able to use this script. Please update your snapshot of the AardMUSH package to use this plugin. Unloading plugin to prevent issues.")