mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
10 lines
227 B
Text
10 lines
227 B
Text
void script_3938() {
|
|
if (((boolean)globalint_1411)) {
|
|
globalint_1411 = 0;
|
|
setWidgetSprite(4085, new WidgetPointer(673,41));
|
|
} else {
|
|
globalint_1411 = 1;
|
|
setWidgetSprite(4087, new WidgetPointer(673,41));
|
|
}
|
|
return;
|
|
}
|