class_name Saying enum { MYSELF, ITSELF, DRUNK } var actor var text var action func _init(a,t,ac=""): actor=a text=t action = ac