mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
10 lines
202 B
Text
10 lines
202 B
Text
void script_354(int arg0,int arg1) {
|
|
if ((arg0 != 1) || (arg1 == globalint_1020)) {
|
|
return;
|
|
}
|
|
playSoundEffect(9819, 1, 0);
|
|
globalint_1020 = arg1;
|
|
bitconfig_6501 = arg1;
|
|
script_391();
|
|
return;
|
|
}
|