Lephisto/scripts/ai/escort_player.lua
2013-12-27 23:35:19 +00:00

12 lines
166 B
Lua

include("../scripts/ai/tpl/escort.lua")
-- Settings
armour_run = 40
armour_return = 70
aggressive = true
function create()
mem.escort = ai.getPlayer()
end