mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
235 B
Text
8 lines
235 B
Text
void script_70() {
|
|
if (standart_config_560 < 1) {
|
|
setWidgetText(new WidgetPointer(373,1), "You're the Winner!");
|
|
} else {
|
|
setWidgetText(new WidgetPointer(373,1), "Foes Remaining: " + intToStr(standart_config_560));
|
|
}
|
|
return;
|
|
}
|