Ist das Plugin geladen?
function new_game()
if WarriorsLib then
dbg.stm("WarriorsLib has been found")
else
dbg.stm("WarriorsLib is not installed")
end
endfunction new_game()
if WarriorsLib then
if WarriorsLib.VERSION then
dbg.stm("WarriorsLib has been found in V".WarriorsLib.VERSION)
else
dbg.stm("WarriorsLib has been found - your Version is old, please consider to update your Plugin")
end
else
dbg.stm("WarriorsLib is not installed")
end
endLast updated