mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
7 lines
188 B
Text
7 lines
188 B
Text
void script_4235() {
|
|
if (globalint_1494 > 100) {
|
|
globalint_1494 = 100;
|
|
}
|
|
setWidgetSize(multiplyDivide(globalint_1494, 100, 16384), 16384, 2, 2, new WidgetPointer(481,15));
|
|
return;
|
|
}
|