@PotcFdk(View Post) Try with a script that does something obvious, like changing the view mode, if it still doesn't work, check if the function is registered ECT. If it prints no errors, it's most likely to be the script that works, but not as we wanted ( I KNOW it's the example script, but maybe you missed a little part or delete something by accident)
Try function pwn() tpt.set_property("temp", 9000, "all"); end tpt.register_step(pwn);
Save it as pwn.lua
I tried it and it worked perfectly Also, do you have Lua installed? ( Not sure if it's needed, just asking )