mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
15 lines
457 B
Text
15 lines
457 B
Text
void script_1054() {
|
|
int ivar0;
|
|
setWidgetIsHidden(false, new WidgetPointer(137,50));
|
|
setScriptCallOnKeyPress(73, -2147483640, false, "iz", new WidgetPointer(137,56));
|
|
setWidgetIsHidden(true, new WidgetPointer(137,0));
|
|
ivar0 = 0;
|
|
while (((int)cs2method_3408(105, 73, 1550, ivar0)) != -1) {
|
|
setScriptCallOnKeyPress(-1, "", cs2method_3408(105, 73, 1550, ivar0));
|
|
ivar0 = add(ivar0, 1);
|
|
}
|
|
if (getDisplayMode() >= 2) {
|
|
script_1364();
|
|
}
|
|
return;
|
|
}
|