Event Go To
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=16 format=3 uid="uid://dx6fv8n4jl5ku"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://dx6fv8n4jl5ku"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://yhtpoum3eek7" path="res://scenes/Entities/Rosa.tscn" id="1_7b7hx"]
|
||||
[ext_resource type="Script" uid="uid://c37crdel0m5mw" path="res://scripts/Map/Map.gd" id="1_ru75d"]
|
||||
@@ -12,6 +12,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://bkj630bhmnvsi" path="res://scenes/Entities/Sign.tscn" id="9_xfqoe"]
|
||||
[ext_resource type="Script" uid="uid://b41umpbgqfuc2" path="res://scripts/Event/Item/EventGetItem.gd" id="10_avybc"]
|
||||
[ext_resource type="Script" uid="uid://0ygswaohp7kj" path="res://scripts/Event/EventFlagModify.gd" id="12_ncdgy"]
|
||||
[ext_resource type="Script" uid="uid://da7fr2bave0c" path="res://scripts/Event/Flow/EventGoTo.gd" id="13_60ixl"]
|
||||
|
||||
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_e1h75"]
|
||||
sky_horizon_color = Color(0.59625, 0.6135, 0.6375, 1)
|
||||
@@ -89,6 +90,10 @@ metadata/_custom_type_script = "uid://0ygswaohp7kj"
|
||||
script = ExtResource("6_gxq5o")
|
||||
text = "I am giving you a quest to gather some ingredients."
|
||||
|
||||
[node name="EventGoTo" type="Node" parent="Events/TestConversation" node_paths=PackedStringArray("event")]
|
||||
script = ExtResource("13_60ixl")
|
||||
event = NodePath("../../TextTest")
|
||||
|
||||
[node name="Quest" type="Node" parent="Events/TestConversation"]
|
||||
script = ExtResource("7_brp0k")
|
||||
metadata/_custom_type_script = "uid://c4d7nithqnx5y"
|
||||
@@ -106,6 +111,7 @@ metadata/_custom_type_script = "uid://b41umpbgqfuc2"
|
||||
script = ExtResource("6_gxq5o")
|
||||
text = "Thanks for taking that potion."
|
||||
|
||||
[node name="EventConversation" type="Node" parent="Events"]
|
||||
script = ExtResource("5_cg1ph")
|
||||
metadata/_custom_type_script = "uid://tkfc88q8m86f"
|
||||
[node name="TextTest" type="Node" parent="Events"]
|
||||
script = ExtResource("6_gxq5o")
|
||||
text = "testestest
|
||||
"
|
||||
|
Reference in New Issue
Block a user