NPCs can take quests!
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extends BTCondition
|
||||
var invert : bool
|
||||
@export var invert : bool
|
||||
func _tick(delta: float) -> Status:
|
||||
if agent.data and ((agent.data.quest == null) == invert):
|
||||
return SUCCESS
|
||||
|
||||
Reference in New Issue
Block a user