Hello Mr. Lotter,

I was wondering if execute is still supported by the engine. I tried:
Code:
#include <acknex.h>

void main()
{
	execute("beep()");
	execute("sys_exit(0)");
	execute("level_load(\"test.wmb\")");
}

but none of these executes works, neither without nor with a semicolon. Has the support for this function seized?


Always learn from history, to be sure you make the same mistakes again...