add beehave
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
extends BeehaveCondition
|
||||
|
||||
func tick(actor: Node, blackboard: Blackboard) -> bool:
|
||||
var bot = actor as Node # Your bot node
|
||||
return bot.action_points >= 2
|
||||
Reference in New Issue
Block a user