bob_the_builder
Well-Known Member
So I am trying to run another script outside of EQ2bot that would use the EQ2bot functions. Just not sure how.
This is what I am using right now and it is not working
Any help would be appreciated.
This is what I am using right now and it is not working
Code:
#ifndef _Eq2Botlib_
#include "${LavishScript.HomeDirectory}/Scripts/EQ2bot/Class Routines/EQ2BotLib.iss"
#endif
function main()
{
echo ** Begining Melee Attach sequence **
if ${Target.Distance}>4
{
Target ${KillTarget}
call CheckPosition 1 1
}
}