Skip to content

Instantly share code, notes, and snippets.

@SuperUserRoot
SuperUserRoot / Ashe
Created May 20, 2016 17:40
Ashe Script
if (myHero.charName ~= "Ashe") then return end
if FileExist(LIB_PATH .. "/VPrediction.lua") then
require "VPrediction"
else
PrintChat("Please download VPrediction and put it in the common folder.")
return
end
if FileExist(LIB_PATH .. "/FHPrediction.lua") then
require "FHPrediction"