Title — 10 of 18

Author

Release 1

Chapter 5 - Azioni suggerite aggiuntive/Additional Suggested Actions

[

Carry out suggesting actions for a thing (called the O):

if the O is worn by the player:

let txt be "[if ITA is true]togliti[otherwise]take off";

say "[suggest single-action txt on O]";

otherwise if the O is wearable:

let txt be "[if ITA is true]indossa[otherwise]wear";

say "[suggest single-action txt on O]";

say "[run paragraph on]".

]