extends BTCondition func _tick(delta: float) -> Status: if agent.data and !Guild.has_guild_member(agent.data): return SUCCESS else: return FAILURE