2 verbs instead of 9

This commit is contained in:
2023-02-08 15:00:48 +01:00
parent ba46a80728
commit aade44a99c
3 changed files with 7 additions and 95 deletions

View File

@@ -1,4 +1,4 @@
:look
:action2
> [eq dialog_advance 0]
say player ROOM1_look_wall_item_1:"I don't know what that stuff is."
set_global dialog_advance 1

View File

@@ -107,7 +107,7 @@ script = ExtResource( 5 )
global_id = "r1_wall_item1"
esc_script = "res://gymkhana/rooms/home/esc/wall_item.esc"
tooltip_name = "Artwork"
default_action = "look"
default_action = "action2"
combine_when_selected_action_is_in = [ ]
inventory_texture = ExtResource( 10 )
dialog_color = Color( 1, 1, 1, 1 )
@@ -144,7 +144,7 @@ script = ExtResource( 5 )
global_id = "r1_wall_item2"
esc_script = "res://gymkhana/rooms/home/esc/wall_item_popupdialog.esc"
tooltip_name = "Artwork 2"
default_action = "look"
default_action = "action2"
combine_when_selected_action_is_in = [ ]
inventory_texture = ExtResource( 9 )
dialog_color = Color( 1, 1, 1, 1 )