aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt')
-rw-r--r--Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt33
1 files changed, 33 insertions, 0 deletions
diff --git a/Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt b/Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt
new file mode 100644
index 000000000..a7a995f5b
--- /dev/null
+++ b/Northstar.CustomServers/scripts/aibehavior/behavior_flyer.txt
@@ -0,0 +1,33 @@
+Selector Common
+
+ SelectSchedule_Flinch
+ SelectSchedule_LayeredBehavior
+
+Selector_End
+
+
+Selector Idle
+
+ SelectSchedule_PatrolRun
+ SelectSchedule_IdleStand
+
+Selector_End
+
+
+Selector Alert
+
+ SelectSchedule_PatrolRun
+ SelectSchedule_IdleStand
+
+Selector_End
+
+
+Selector Combat
+
+ SelectSchedule_FearEnemy
+ SelectSchedule_SyncedMeleeAttack
+ SelectSchedule_MeleeAttack
+ SelectSchedule_ChaseEnemy
+ SelectSchedule_IdleStand
+
+Selector_End \ No newline at end of file