something like enemy ai

This commit is contained in:
the me 2022-08-18 18:47:44 -07:00
parent f52e476acf
commit 0b371ac22d
8 changed files with 102 additions and 38 deletions

View file

@ -13,6 +13,7 @@ function unit(personaldata_, classdata_, stats_) constructor {
idle = personaldata_.idle;
up = personaldata_.up;
down = personaldata_.down;
aitype = personaldata_.aitype;
alignment = noone;
var i;
for (i=0; i<array_length(stats_); i++) {