mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
5 lines
260 B
Text
5 lines
260 B
Text
void script_1137(int arg0,int arg1) {
|
|
setWidgetSize(multiplyDivide(standart_config_300, 1000, 143), 13, 0, 0, new WidgetPointer(arg0));
|
|
setWidgetText(new WidgetPointer(arg1), "Special Attack (" + intToStr(divide(standart_config_300, 10)) + "%)");
|
|
return;
|
|
}
|