
Forum




Help with creating a new behavior?
12 replies




However I could be wrong...

Of course, I've never done it...

1
2
3
4
5
6
2
3
4
5
6
on:timer { 		if (health("self")>0){ 			ai_mode "self","goto","unit","1"; 			ai_center; 		} }
however I can only confirm that it is not possible to create new behaviors without editing the source code. you can only manipulate existing behaviors with scripts.



