It looks like you're new here. If you want to get involved, click one of these buttons!
(set: $time 4)
(set: $time to + 4)
(set: $time to 4)
(set: $time to it + 4)
(link: albert road "")[(set: $time to it + 4)(goto: "Home")] (link:mabel grove "")[(set: $time to it + 4)(goto: "Home")]
(link: "albert road")[(set: $time to it + 4)(goto: "Home")] (link: "mabel grove")[(set: $time to it + 4)(goto: "Home")]
Comments
If you're trying to set $time to 4, then you want something like the following: If you're trying to add 4 to $time, then you want something like the following:
On the "rectory road" passage you have two (link:) macros: Both are incorrect.
The quotes go around the text, so they should look something like the following:
Also, there is no "Home" passage , but I expect you know that.