Files
Dawn-Godot/_archive/entity/npc/NPCTest.gd
2026-01-07 21:08:05 -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.")