mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
4 lines
164 B
Text
4 lines
164 B
Text
void script_2166() {
|
|
setWidgetText(new WidgetPointer(190,2), "Quest Points: " + intToStr(standart_config_101) + " / " + intToStr(standart_config_904));
|
|
return;
|
|
}
|