This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |