52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
:action1
|
|
say current_player "Tiene pinta de que fuma"
|
|
|
|
:action2
|
|
> [whatsapp_blocked]
|
|
say current_player "Hola..."
|
|
say current_player "No me escucha, parece que me tiene bloqueado"
|
|
stop
|
|
|
|
#set_gui_visible false
|
|
#turn_to eneko_smoking player
|
|
|
|
?
|
|
- "Quien eres tu?"
|
|
say current_player "Quien eres tu?"
|
|
say eneko_smoking "Soy Eneko" [!name_known]
|
|
say eneko_smoking "Ya te he dicho mi nombre!!" [name_known]
|
|
say eneko_smoking "NO PREGUNTES" [name_known]
|
|
say eneko_smoking "NI ME CONTACTES POR WHATSAPP O TE BLOQUEARE" [name_known]
|
|
set_global name_known true
|
|
- "Que haces?"
|
|
say current_player "Que haces aqui?"
|
|
say eneko_smoking "Fumar"
|
|
say eneko_smoking "no lo ves?"
|
|
- "Agur"
|
|
say player "Agur yogur!"
|
|
#turn_to eneko_smoking player
|
|
stop
|
|
!
|
|
#set_gui_visible true
|
|
|
|
:action3 caja_herramientas
|
|
> [caja_herramientas_with_wrench]
|
|
inventory_remove caja_herramientas
|
|
say eneko_smoking "Gracias majo!"
|
|
say eneko_smoking "Te voy a desbloquear de whatsapp" [whatsapp_blocked]
|
|
set_global whatsapp_blocked false
|
|
stop
|
|
say eneko_smoking "No quiero una caja vacía" [!caja_herramientas_with_wrench]
|
|
|
|
:action3 bombona2
|
|
> [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!"
|
|
set_global whatsapp_blocked true
|
|
stop
|
|
say eneko_smoking "¿Estás loco? ¿No ves que estoy fumando?"
|
|
set_global bombona2_offered 1
|