mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
12 lines
306 B
Text
12 lines
306 B
Text
void script_4072(int arg0) {
|
|
if (arg0 == 69337132) {
|
|
setWidgetIsHidden(true, new WidgetPointer(1058,31));
|
|
} else if (arg0 == 69337090) {
|
|
setWidgetIsHidden(true, new WidgetPointer(1058,39));
|
|
} else {
|
|
if (arg0 == 69337091) {
|
|
setWidgetIsHidden(true, new WidgetPointer(1058,35));
|
|
}
|
|
}
|
|
return;
|
|
}
|