Hello everybody,
 
	im new here and im trying to convert my LUA Fightclasses in the right way to make it work with the Bot Core.
 
function isFrencyStack5()
    luacode = "francymax = 0; for i=1,40 do local _,_,_,c,_,_,_,_,_,_,s = UnitAura('player',i); if s==19615 and c==5 then francymax = 1 break end end" 
   if  tonumber(WowLuaDoLocalizedString(luacode, 'francymax'))==1 then
       return true
   else
       return false
   end
end
	How do you guys inject that string code and get a retval to get that function to work?
 
	 
 
	Greez  Galvanar