mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
7 lines
223 B
Text
7 lines
223 B
Text
void script_4696() {
|
|
setScriptCallOnGameloop(4697, 0, "i", new WidgetPointer(500,8));
|
|
if (isWidgetHidden(new WidgetPointer(500,11))) {
|
|
setScriptCallOnGameloop(4695, 0, 0, "ii", new WidgetPointer(500,11));
|
|
}
|
|
return;
|
|
}
|