5 lines
87 B
GDScript
5 lines
87 B
GDScript
extends Node
|
|
|
|
func _SetActiveQuestVar(value:String):
|
|
Dialogic.VAR.ACTIVEQUEST = value
|