mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
21 lines
290 B
Text
21 lines
290 B
Text
void script_1234(int arg0) {
|
|
if (isHoldingCtrl()) {
|
|
return;
|
|
}
|
|
if (globalint_173 != 1) {
|
|
switch (arg0) {
|
|
case 1:
|
|
cs2method5507();
|
|
break;
|
|
case 2:
|
|
cs2method5508();
|
|
break;
|
|
case 3:
|
|
cs2method5509();
|
|
break;
|
|
case 4:
|
|
cs2method5510();
|
|
}
|
|
}
|
|
return;
|
|
}
|