Forum
General
Help with creating a new behavior?
Help with creating a new behavior?
12 replies
1

However I could be wrong...
Doesn't matter anyways ill figure out a way i guess just wish there was a way... 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.
1

Offline