Posted July 11, 2025 by Shadow-Prod
New plugin update:
-> Ability to reposition and resize the window via script call
$gameSystem.setVariablesWindowPosition(20, 50);
$gameSystem.setVariablesWindowSize(400, 150);
$gameSystem.showVariablesWindow();
Happy making!
Nouvelle mise à jour du plugin :
-> Possibilitée de repositionner et redimensionner la fenêtre grâce à un appel de script
$gameSystem.setVariablesWindowPosition(20, 50);
$gameSystem.setVariablesWindowSize(400, 150);
$gameSystem.showVariablesWindow();
Bon making !