Page 1 of 1

[beginner] how to stop freepie script with a keypress

Posted: Sat Jan 23, 2016 6:02 am
by Moromillas
Hi,

Been searching up and down for a way to do this, something like:

Code: Select all

if keyboard.getKeyDown(Key.LeftAlt):
	StopScript()
Just to stop the script on keypress.

So, how do you do this?

Re: [beginner] how to stop freepie script with a keypress

Posted: Sat Jan 23, 2016 1:02 pm
by CyberVillain
It's actually not possible :) that something I should fix I guess :)

You can make the script crash and the script will stop