Files
Bomberman/assets/ai_scripts/jean.lua
2021-06-18 11:46:31 +02:00

10 lines
255 B
Lua

----------- JEAN
function Update()
local Map = getMap() --
local Danger = getDanger() --
local player = getPlayer() --
local playerInDanger = isInDanger() --
local pathToClosest = getPath(player, getClosestPlayer()) --
return x, x ,false, false
end