13 lines
267 B
Plaintext
13 lines
267 B
Plaintext
:action1
|
|
say current_player "Parece una caja de herramientas"
|
|
|
|
:action2
|
|
say current_player "Podria ser util!!"
|
|
set_active i_caja_herramientas false
|
|
inventory_add i_caja_herramientas
|
|
|
|
:action3
|
|
say current_player "Hay de too!"
|
|
|
|
:action4
|
|
say current_player "Hay de too!" |