Some changes
This commit is contained in:
@@ -43,12 +43,6 @@ func addCallables(params:Dictionary) -> Array[int]:
|
||||
indexes.append(addCallable(newDict))
|
||||
return indexes
|
||||
|
||||
func addConversation(resources:Array[ConversationResource]) -> Array[int]:
|
||||
var callables:Array[Dictionary] = []
|
||||
for resource in resources:
|
||||
callables.append(resource.toCallable())
|
||||
return addCallables({ 'functions': callables })
|
||||
|
||||
func start() -> void:
|
||||
if queue.size() == 0:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user