Added ESCItemWithTooltip.target_when_selected_action_is_in
This commit is contained in:
@@ -45,17 +45,15 @@ set_global loom_conversation_done false
|
||||
#set_gui_visible true
|
||||
|
||||
:action3 i_caja_herramientas
|
||||
say eneko_smoking "No quiero una caja vacía 3"
|
||||
|
||||
:action3
|
||||
say eneko_smoking "Nada"
|
||||
|
||||
:action4 i_caja_herramientas
|
||||
say eneko_smoking "No quiero una caja vacía 4"
|
||||
say eneko_smoking "No quiero una caja vacía"
|
||||
|
||||
:action3 i_bombona2
|
||||
> [bombona2_offered]
|
||||
> [eq bombona2_offered 1]
|
||||
say eneko_smoking "¡No vuelvas a hacerlo, es peligroso!"
|
||||
set_global bombona2_offered 2
|
||||
stop
|
||||
> [eq bombona2_offered 2]
|
||||
say eneko_smoking "¡SE ACABÓ, TE HE BLOQUEADO EN WHATSAPP!"
|
||||
stop
|
||||
say eneko_smoking "¿Estás loco? ¿No ves que estoy fumando?"
|
||||
set_global bombona2_offered true
|
||||
set_global bombona2_offered 1
|
||||
|
||||
@@ -69,6 +69,7 @@ action1_text = "Esto es una puerta y tiene una descripcion mu larga"
|
||||
action2_text = "Entrar! con descricion..."
|
||||
action3_target_texts = { "i_bombona2": "Usar la bombona con la puerta?" }
|
||||
action4_target_texts = { "i_bombona2": "Lanzarla contra la puerta" }
|
||||
target_when_selected_action_is_in = [ "action3", "action4" ]
|
||||
animations = SubResource( 2 )
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Hotspots/entrada_cocina"]
|
||||
@@ -120,6 +121,7 @@ dialog_color = Color( 0, 1, 0.462745, 1 )
|
||||
action1_text = "Objervar sujeto"
|
||||
action2_text = "Hablar"
|
||||
action3_target_texts = { "i_bombona2": "Toma, un regalo", "i_caja_herramientas": "Regalar" }
|
||||
target_when_selected_action_is_in = [ "action3" ]
|
||||
selectable = true
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="EnekoSmoking"]
|
||||
|
||||
Reference in New Issue
Block a user