Intial commit
This commit is contained in:
7
client/Scripts/Entities/NPCs/IntroScientist.gd
Normal file
7
client/Scripts/Entities/NPCs/IntroScientist.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends "res://Scripts/Component/StorySpeaker.gd"
|
||||
|
||||
func _ready():
|
||||
start_dialog("intro_science")
|
||||
|
||||
func _on_interact():
|
||||
start_dialog("intro_science_followup")
|
Reference in New Issue
Block a user