Hi all,
Is there a simple way of determining whether player is running the game under Quixe at runtime?
So I could, (in bad pseudocode)
if current_terp is Quixe:
do X;
otherwise:
do Y.
I’m aware of the Interpreter Sniffing extension by Victor, but it doesn’t support Quixe.
Thanks in advance!
Ade