update
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
extends ConditionLeaf
|
||||
|
||||
func tick(actor: Node, blackboard: Blackboard) -> int:
|
||||
if actor.action_points >= 1:
|
||||
return SUCCESS
|
||||
return FAILURE
|
||||
Reference in New Issue
Block a user