Lephisto/scripts/ai/skeleton
Allanis eac16dacdd [Fix] control_rate is now applied properly.
[Fix] Targetted now renders over the pilot's below.
2013-02-09 16:11:53 +00:00

11 lines
163 B
Plaintext

--Required control rate.
control_rate = 2
-- Required "control" function.
function control()
end
-- Required "attacked" function
function attacked(attacker)
end