local snapshotV = tonumber(extras.PackageVersion())
local f = io.open(GetInfo(66) .. "/lua/wrapped_captures.lua")
local prefix = GetAlphaOption("script_prefix")
if f == nil then
ColourNote("white", "blue", "Sorry, you do not have 'wrapped_captures.lua' and 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.")
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.")
ColourNote("white", "blue", "Sorry, you do not have 'wrapped_captures.lua' and 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.")