mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
12 lines
262 B
Text
12 lines
262 B
Text
void script_2070(int arg0,int arg1,int arg2,int arg3,int arg4) {
|
|
if (arg0 != 1) {
|
|
return;
|
|
}
|
|
if ((arg1 >= globalint_657) || (arg1 < 0)) {
|
|
return;
|
|
}
|
|
globalint_656 = arg1;
|
|
playSoundEffect2False(3550, 1, 0, 100);
|
|
script_1439(arg2, arg3, arg4);
|
|
return;
|
|
}
|