The text that prints on the console is working fine first. When I make an action, that would create another, but shorter text, it's still working fine. Then, if I do the second action again, it seems to print the second text, with the added ending of the first text.
Example:
You hit a stone wall.
You hit the demon.
You hit the demon.ll.
You hit the demon.
You hit the demon.ll.
You hit the demon.
You hit the demon.ll.
I've looked into the matter a bit and I've come to a "beginners"-conclusion that it must have something to do with the loops.
The question is, wether there is a way to stop this from happening.Something that would wipe the previous text away, until called for again?