mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
21 lines
283 B
Text
21 lines
283 B
Text
void script_138() {
|
|
switch (globalint_5) {
|
|
case 7:
|
|
script_1548(7);
|
|
break;
|
|
case 8:
|
|
script_1548(8);
|
|
break;
|
|
case 9:
|
|
script_1548(9);
|
|
break;
|
|
case 13:
|
|
script_1548(13);
|
|
break;
|
|
default:
|
|
if (getDisplayMode() >= 2) {
|
|
script_1364();
|
|
}
|
|
}
|
|
return;
|
|
}
|