CLEO Help How can I add activation keys?

CLEO related
Status
Not open for further replies.

TheZeRots

Expert
Joined
Dec 21, 2013
Messages
1,247
Reaction score
1
You can't just stick in keys to any script.

For some it will take a bit of modifications, for others rewriting big part of the script.

And to add a key you need to add a condition (to the beginning); such as
Code:
if key_down 69
if - the condition function
key_down - key pressed opcode
69 - keycode/ID of a key to activate the script

Your best is to either learn CLEO, which I strongly suggest, or post in request section a request to add activation key to a specific script.
 
Status
Not open for further replies.
Top