2 verbs instead of 9
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user