mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
15 lines
222 B
Text
15 lines
222 B
Text
void script_1512(int arg0,int arg1) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
switch (arg1) {
|
|
case 1:
|
|
case 2:
|
|
if (script_361(globalint_1010, 3) != -1) {
|
|
return;
|
|
}
|
|
}
|
|
globalint_778 = arg1;
|
|
script_1513();
|
|
return;
|
|
}
|