Files
Dawn-Godot/entity/npc/NPCTest.gd
2025-11-26 18:57:37 -06:00

6 lines
185 B
GDScript

class_name NPCTest extends Node
func onInteract(playerEntity: Player) -> void:
print("Player has interacted with the NPC.")
UI.TEXTBOX.setText("You have interacted with the NPC.")