extends NPC # Called when the node enters the scene tree for the first time. func _ready(): characterName = "Triceratops" pronouns = "any" dialogueResource = load("res://NPCs/MuseumArea/Museum/Triceratops/Triceratops.dialogue")