mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
10 lines
343 B
Text
10 lines
343 B
Text
void script_397() {
|
|
if ((globalint_743 == -1) && (standart_config_1109 != -1)) {
|
|
if (multiply(standart_config_1111, standart_config_1110) > getItemAmtInContainer(93, 995)) {
|
|
setWidgetRGB(new Color(255, 0, 0), new WidgetPointer(449,25));
|
|
} else {
|
|
setWidgetRGB(new Color(globalint_1241), new WidgetPointer(449,25));
|
|
}
|
|
}
|
|
return;
|
|
}
|