mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
19 lines
303 B
Text
19 lines
303 B
Text
void script_4844(int arg0) {
|
|
switch (bitconfig_9558) {
|
|
case 1:
|
|
if (arg0 == bitconfig_9563) {
|
|
script_4846(arg0);
|
|
}
|
|
break;
|
|
case 2:
|
|
if (arg0 == bitconfig_9572) {
|
|
script_4846(arg0);
|
|
}
|
|
break;
|
|
case 3:
|
|
if (arg0 == bitconfig_9581) {
|
|
script_4846(arg0);
|
|
}
|
|
}
|
|
return;
|
|
}
|