Skip to content
Snippets Groups Projects
Select Git revision
  • c1e9cd334ac5c548b3de4fa993aadc17f718be00
  • main default protected
2 results

Constants.kt

Blame
  • bot_generic.lua 290 B
    require(GetScriptDirectory().."/lua_modules/bot_actions")
    
    local botActionsObject = BotActions:new(nil)
    
    print("QWERTZUIOP")
    print(GetBot():IsHero())
    
    function Think()
    	local cBot = GetBot();
    	--DebugDrawCircle(cBot:GetLocation(),100,255,0,0);
    	botActionsObject:Think(cBot)
    end