If I use gameVariables anywhere in my the plugin, it just stops working. Even when I just do this: Code: var X = $gameVariables.value(1); When the plugin stops working, it actually does nothing, as if it isn't even installed. Does anyone know why this happens? I kno...