Accessibility: Disable Rumble motors

Disables the rumble motors, which can be annoying or even painful for some players.
Version`1.00
AuthorSpecialEffect
Publish DateMon, 19 Dec 2016 - 11:54
Last UpdateMon, 19 Dec 2016 - 11:54
Downloads56
RATE


2

0

Release Notes: Thanks to Jefferson Koppee for this simple script.
Code: Select all
init {
    block_rumble();
}
 
 
main {
    //
    // your script here
    //
}