Author Topic: Scripts  (Read 5066 times)

  • Hero Member
  • *****
  • Posts: 509
    • View Profile
Re: Scripts
« on: December 29, 2019, 11:06:01 pm »
Okay I got it to work! Thanks. Also I noticed one of your scripts in jasmin’s controller:

On(release){
Function
}

On(keyPress “2”){
Same function
}

You can condense this into:

On(release, keyPress “2”){
Function
}