How to change Liquidbounce module values using script
ScriptAPI
3
Posts
3
Posters
176
Views
-
Hey guys, I want to write a script which can do this:
this.onEnable = function () {
//changes killaura range to 2.0
}
this.onDisable = function () {
//changes killaura range to 3.5
} -
Hey guys, I want to write a script which can do this:
this.onEnable = function () {
//changes killaura range to 2.0
}
this.onDisable = function () {
//changes killaura range to 3.5
}