You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 lines
138 B

  1. extends Node
  2. class_name NPC
  3. var yarn_script : Resource
  4. func on_interact():
  5. EventDispatcher.emit_signal("trigger_script", yarn_script)