Section 8 - Hiperenlaces es el estilo por defecto y para quitar el retorno de carro en los enlaces
The link clicked is a truth state that varies.
When play begins:
sets echo line events off.
Every turn:
now link clicked is false.
First hyperlink processing rule:
now link clicked is true.
To sets echo line events off:
(- glk_set_echo_line_event(gg_mainwin,0); -)
To sets echo line events on:
(- glk_set_echo_line_event(gg_mainwin,1); -)
After reading a command:
if link clicked is false:
[if the player's command includes "matched scenery":
let str be a indexed text;
let str be player's command;
replace the text "matched scenery" in str with "[matched scenery]";
say str;
otherwise:
say player's command;]
say "[original player's command]";
say command clarification break.
First when play begins:
now the style of room-word is keyword-link;
now the style of object-word is keyword-link;
now the style of direction-word is keyword-link;
now the style of topic-word is keyword-link;
now the style of parser-word is keyword-link;
now give-explanation is true.