Sup guys, new to Twine/Harlowe here.
I want to have a passage that's only possible to look at once ever per reader. It's supposed to be like an "instructions manual" and at the same time, it adds stats to, say, 4 different things.. Like so:
(set: $candyce +50)
(set: $max +50)
(set: $steven +50)
Now I don't want the reader to be able to come back and reheat the page to farm stat points for the characters. How do I go about making it impossible to do so?
I want to have a passage that's only possible to look at once ever per reader. It's supposed to be like an "instructions manual" and at the same time, it adds stats to, say, 4 different things.. Like so:
(set: $candyce +50)
(set: $max +50)
(set: $steven +50)
Now I don't want the reader to be able to come back and reheat the page to farm stat points for the characters. How do I go about making it impossible to do so?