mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
175 B
Text
9 lines
175 B
Text
void script_747(int arg0,int arg1,string arg2) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
if (setWidgetRegister(new WidgetPointer(18,29), arg1)) {
|
|
setWidgetText(arg2);
|
|
}
|
|
return;
|
|
}
|