This website requires JavaScript.
Explore
Help
Sign In
math
/
bovido
Watch
1
Star
0
Fork
You've already forked bovido
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
92ccf7279d
bovido
/
scripts
/
is_idle_condition.gd
6 lines
98 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Add a behavior tree to the enemy Add the Beehave addon. Make the enemy do the same thing as before but with a behavior tree.
2023-06-12 16:48:35 +02:00
class_name
IsIdleCondition
extends
ConditionLeaf
Add wait action to enemy
2023-06-12 17:58:06 +02:00
func
tick
(
_actor
,
_blackboard
)
:
Add a behavior tree to the enemy Add the Beehave addon. Make the enemy do the same thing as before but with a behavior tree.
2023-06-12 16:48:35 +02:00
return
SUCCESS
Reference in a new issue
Copy permalink